From bb2253af8a97ba323f0df1dadb6ea73dd0d39cee Mon Sep 17 00:00:00 2001 From: joshr Date: Sat, 14 Jul 2018 15:19:11 -0400 Subject: [PATCH] remove debug code, see #237 --- src/commands/git_secret_remove.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/commands/git_secret_remove.sh b/src/commands/git_secret_remove.sh index 08fffbf8..2122dec1 100644 --- a/src/commands/git_secret_remove.sh +++ b/src/commands/git_secret_remove.sh @@ -33,8 +33,6 @@ function remove { normalized_path=$(_git_normalize_filename "$item") path=$(_append_root_path "$normalized_path") - echo "$item -> $normalized_path -> $path" - # Checking if file exists: if [[ ! -f "$path" ]]; then _abort "file not found: $item"