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 }