From 5652f2350af14382e2cd25a397652962cfcde0c8 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Wed, 26 Apr 2023 11:23:20 +0200 Subject: [PATCH] remove dbg print --- plugins/persisted-scope/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()