Thomas 1 年之前
父节点
当前提交
e5983bca9a
共有 1 个文件被更改,包括 0 次插入1 次删除
  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."))