talons

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

commit e53bedf008504990ecae100ff5931eed4b641823
parent 0ff3e0287ad189654ce9c24cb60570e624bc53c7
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Sat, 15 Nov 2014 21:37:39 +0100

Get rid of a forgotten debug_print().

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

diff --git a/src/common/smtp.c b/src/common/smtp.c @@ -196,7 +196,6 @@ static gint smtp_auth_recv(SMTPSession *session, const gchar *msg) if (!strncmp(msg, "334 ", 4)) { tmp = g_base64_encode(session->user, strlen(session->user)); - debug_print("|%s|\n", tmp); if (session_send_msg(SESSION(session), SESSION_MSG_NORMAL, tmp) < 0) {