diff --git a/plugins/persisted-scope/src/lib.rs b/plugins/persisted-scope/src/lib.rs index 114ed970..b7ac5dde 100644 --- a/plugins/persisted-scope/src/lib.rs +++ b/plugins/persisted-scope/src/lib.rs @@ -65,7 +65,7 @@ fn save_scopes(app: &AppHandle, app_dir: &Path, scope_state_path: allowed_paths: fs_scope .allowed_patterns() .into_iter() - .map(|p| dbg!(p.to_string())) + .map(|p| p.to_string()) .collect(), forbidden_patterns: fs_scope .forbidden_patterns()