Get rid of a forgotten debug_print().
authorAndrej Kacian <ticho@claws-mail.org>
Sat, 15 Nov 2014 20:37:39 +0000 (21:37 +0100)
committerAndrej Kacian <ticho@claws-mail.org>
Sat, 15 Nov 2014 20:37:39 +0000 (21:37 +0100)
src/common/smtp.c

index 4c818d8ede0f8044b3460c947f2a2a4a1152a957..615b19df4b90e219c2f1dfd10184effe5d8678bd 100644 (file)
@@ -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) {