* src/send_message.c
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 30 Mar 2003 15:53:59 +0000 (15:53 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 30 Mar 2003 15:53:59 +0000 (15:53 +0000)
remove two debug traces and see if people still report
errors

ChangeLog.claws
configure.ac
src/send_message.c

index 3f16c618036028a710fb9e51b92164ce3bbec045..b07dbcc0fe2bcd1017256f4694931434af4a598e 100644 (file)
@@ -1,3 +1,9 @@
+2003-03-30 [alfons]    0.8.11claws69
+
+       * src/send_message.c
+               remove two debug traces and see if people still report
+               errors
+
 2003-03-30 [alfons]    0.8.11claws68
 
        * src/send_message.c
index 00ea159a1f90829a26399611bcc54185136cf8c4..cf398e4d94cec6295fe2f4f68d01e5d0c6752b91 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=8
 MICRO_VERSION=11
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws68
+EXTRA_VERSION=claws69
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index 4365051d647c9221a2198e387693b832c2a74505..d4883cb42654952c9bfb0ebe07379dadea70233c 100644 (file)
@@ -431,11 +431,9 @@ static gint send_recv_message(Session *session, const gchar *msg, gpointer data)
        gchar buf[BUFFSIZE];
        gchar *state_str;
 
-       g_print("$$$ > send_recv_message(data: %lx)\n", data);
        dialog = (SendProgressDialog *) data;
        state_str = NULL;
        smtp_session = SMTP_SESSION(session);
-       g_print("$$$ > send_recv_message(dialog: %lx)\n", dialog);
 
        switch (smtp_session->state) {
        case SMTP_READY: