Thomas 1 year ago
parent
commit
e5983bca9a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/collection/mod.rs

+ 0 - 1
src/collection/mod.rs

@@ -147,7 +147,6 @@ impl Collections {
                     .collect();
                 rm_paths.sort();
                 rm_paths.dedup();
-                println!("{rm_paths:#?}");
                 rm_paths
                     .iter()
                     .for_each(|p| fs::remove_dir_all(p).expect("Can't erase caller dir."))