diff --git a/src/repo.rs b/src/repo.rs index 494ae62..8f7724b 100644 --- a/src/repo.rs +++ b/src/repo.rs @@ -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| {