talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit a7a70c6aa50917670ea3897d040457609c4b0242
parent 2eedcaea0fcc6a09e6774f90ab61f35a0d19b7e1
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Sat, 19 Mar 2016 20:14:40 +0100

Removed a forgotten debug line.

Diffstat:
Msrc/password.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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);