Skip to content

Commit e4c34e3

Browse files
committed
remove dbg!()
1 parent b2704b8 commit e4c34e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/db.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ fn u_trash(name: &Path, path: &Path) {
9090
_ => panic!("Unable to trash files"),
9191
};
9292
//check if trashed file is a directory
93-
dbg!(home_path.join(".punch/trash/").join(name));
9493
if home_path.join(".punch/trash/").join(Path::new(name)).is_dir() {
9594
let entries = fs::read_dir(home_path.join(".punch/trash/").join(name))
9695
.expect("unable to parse directory");

0 commit comments

Comments
 (0)