remove debugging output - pee - Pee a password manager;Pee - because you have t… | |
git clone git://vernunftzentrum.de/pee.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 082d3285cd1ef4a7940ffab1ef41727c6a0f943c | |
parent 5386c77f2b716e81236a93f1b1b817c7f28287fe | |
Author: Christian Kellermann <[email protected]> | |
Date: Sat, 9 Jan 2016 17:27:37 +0100 | |
remove debugging output | |
Diffstat: | |
pee.scm | 1 - | |
1 file changed, 0 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/pee.scm b/pee.scm | |
@@ -310,7 +310,6 @@ | |
(passphrase2 (get-hashed-passphrase))) | |
(unless (equal? passphrase1 passphrase2) | |
(print "Error: Passphrases do not match.") | |
- (print passphrase1 passphrase2) | |
(exit 1)) | |
(encrypt-file db-name content passphrase1) | |
(print "Password store " db-name " initialised."))) |