remove dbg print

pull/328/head
Fabian-Lars 2 years ago committed by GitHub
parent 5579b87cc9
commit 5652f2350a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,7 +65,7 @@ fn save_scopes<R: Runtime>(app: &AppHandle<R>, app_dir: &Path, scope_state_path:
allowed_paths: fs_scope allowed_paths: fs_scope
.allowed_patterns() .allowed_patterns()
.into_iter() .into_iter()
.map(|p| dbg!(p.to_string())) .map(|p| p.to_string())
.collect(), .collect(),
forbidden_patterns: fs_scope forbidden_patterns: fs_scope
.forbidden_patterns() .forbidden_patterns()

Loading…
Cancel
Save