From 4a2f34c7914a6d4b93e7a8074ca3817a89a84f7d Mon Sep 17 00:00:00 2001 From: Josh Rabinowitz Date: Sat, 14 Apr 2018 16:37:10 -0400 Subject: [PATCH] remove commented-out code --- src/commands/git_secret_cat.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/commands/git_secret_cat.sh b/src/commands/git_secret_cat.sh index a1b86180..2bf02902 100644 --- a/src/commands/git_secret_cat.sh +++ b/src/commands/git_secret_cat.sh @@ -36,9 +36,5 @@ function cat { # The parameters are: filename, write-to-file, force, homedir, passphrase _decrypt "$path" "0" "0" "$homedir" "$passphrase" - - #if [[ "$?" ne "0" ]]; then - # _abort( "error decrypting $(filename): $?" ) - #fi done }