Remove debug output

This commit is contained in:
2022-06-30 19:51:01 +02:00
parent a1b054a672
commit 64d8397092

View File

@@ -1268,7 +1268,6 @@ impl RepoHandle {
if let Some(current_dir) = worktree_dir.parent() {
for current_dir in current_dir.ancestors() {
let current_dir = base_dir.join(current_dir);
println!("deleting {}", current_dir.display());
if current_dir
.read_dir()
.map_err(|error| {