remove commented-out code

pull/142/head
Josh Rabinowitz 6 years ago
parent cb64fb15a7
commit 4a2f34c791

@ -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
}

Loading…
Cancel
Save