From 64d8397092a224418b06f86dff1968855e69e91a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 30 Jun 2022 19:51:01 +0200 Subject: [PATCH] Remove debug output --- src/repo.rs | 1 - 1 file changed, 1 deletion(-) 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| {