[balsa] Remove debug printf()s
- From: Pawel Salek <pawels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa] Remove debug printf()s
- Date: Tue, 23 Oct 2012 21:01:23 +0000 (UTC)
commit 2ab61da6cc0d3a4d2441c8e095359f9e3c541918
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 208bde6..59ef35d 100644
--- a/libbalsa/imap/pop3.c
+++ b/libbalsa/imap/pop3.c
@@ -641,7 +641,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)
@@ -651,7 +650,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]