spm

Personal fork of spm (simple password manager)

commit 7fb7e5e9ddba4fcae1043ccfd803746fc70287e9
parent a94f0f3c3d4cc69601f6dda7760bd0c6c6980315
Author: Klemens Nanni <kl3@posteo.org>
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.
1 file changed, 0 insertions(+), 1 deletion(-)
M
spm.sh
|
1
-
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