[balsa/gtk3] Remove debug printf()s
- From: Pawel Salek <pawels src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [balsa/gtk3] Remove debug printf()s
- Date: Tue, 23 Oct 2012 21:01:18 +0000 (UTC)
commit 9d05ebb2bee72f0211f671b918ce52b23f75d17b
Author: Pawel Salek <pawsa0 gmail com>
Date:   Tue Oct 23 23:00:10 2012 +0200
    Remove debug printf()s
 libbalsa/imap/pop3.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/libbalsa/imap/pop3.c b/libbalsa/imap/pop3.c
index 2387daa..ad9e3fc 100644
--- a/libbalsa/imap/pop3.c
+++ b/libbalsa/imap/pop3.c
@@ -657,7 +657,6 @@ pop_fetch_message_s(PopHandle *pop, unsigned msgno,
       char *arg = line[0] == '.' ? line+1 : line;
       unsigned len = strlen(arg);
       continuation_line = (len >= POP_LINE_LEN-1);
-      printf("Line '%s'\n", line);
       if(pop->filter_cr && len>=2 && arg[len-2] == '\r') 
         arg[(--len)-1] = '\n';
       if(resp) 
@@ -667,7 +666,6 @@ pop_fetch_message_s(PopHandle *pop, unsigned msgno,
           resp = FALSE;
         }
     }
-    printf("LAST Line is '%s'\n", line);
   }
   return resp;
 }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]