projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2eedcae
)
Removed a forgotten debug line.
author
Andrej Kacian
<ticho@claws-mail.org>
Sat, 19 Mar 2016 19:14:40 +0000
(20:14 +0100)
committer
Andrej Kacian
<ticho@claws-mail.org>
Sat, 19 Mar 2016 19:14:40 +0000
(20:14 +0100)
src/password.c
patch
|
blob
|
history
diff --git
a/src/password.c
b/src/password.c
index bda205f6e0f36a524c0966c5926c4acd3fadfbdd..d0025671b20af1a2c77c9cf0a3db854ce0aaebf8 100644
(file)
--- 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);