We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2704b8 commit e4c34e3Copy full SHA for e4c34e3
src/db.rs
@@ -90,7 +90,6 @@ fn u_trash(name: &Path, path: &Path) {
90
_ => panic!("Unable to trash files"),
91
};
92
//check if trashed file is a directory
93
- dbg!(home_path.join(".punch/trash/").join(name));
94
if home_path.join(".punch/trash/").join(Path::new(name)).is_dir() {
95
let entries = fs::read_dir(home_path.join(".punch/trash/").join(name))
96
.expect("unable to parse directory");
0 commit comments