From a7a70c6aa50917670ea3897d040457609c4b0242 Mon Sep 17 00:00:00 2001 From: Andrej Kacian Date: Sat, 19 Mar 2016 20:14:40 +0100 Subject: [PATCH] Removed a forgotten debug line. --- src/password.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/password.c b/src/password.c index bda205f6e..d0025671b 100644 --- a/src/password.c +++ b/src/password.c @@ -108,7 +108,6 @@ const gboolean master_passphrase_is_correct(const gchar *input) if (stored_hash == NULL) return FALSE; - debug_print("|stored_hash|%s|\n", stored_hash); stored_len = strlen(stored_hash); g_return_val_if_fail(stored_len == 2*hashlen, FALSE); -- 2.25.1