Commit: 7fb7e5e9ddba4fcae1043ccfd803746fc70287e9
Parent: a94f0f3c3d4cc69601f6dda7760bd0c6c6980315
Author: Klemens Nanni
Date: Wed, 1 Jun 2016 18:29:25 +0200
Remove debug echo
This line has been used for debugging purposes only and obviously
doesn't belong into spm(1).
Thanks to Svyatoslav Mishyn <juef@openmailbox.org> for reporting this.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/spm.sh b/spm.sh
@@ -30,7 +30,6 @@ die() {
}
gpg() {
- echo "_${PASSWORD_STORE_KEY}_"
if [ -z "${PASSWORD_STORE_KEY}" ]; then
gpg2 ${GPG_OPTS} --default-recipient-self "${@}"
else