[evolution-data-server/gnome-2-28] Remove the debug message



commit 458c72ff461a1b054f65444076d27cfdd85b5051
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Tue Mar 2 11:58:21 2010 +0530

    Remove the debug message

 camel/providers/imap/camel-imap-command.c |    2 +-
 camel/providers/imap/camel-imap-store.c   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/camel/providers/imap/camel-imap-command.c b/camel/providers/imap/camel-imap-command.c
index 1dd1f10..d87f1db 100644
--- a/camel/providers/imap/camel-imap-command.c
+++ b/camel/providers/imap/camel-imap-command.c
@@ -205,7 +205,7 @@ imap_command_start (CamelImapStore *store, CamelFolder *folder,
 	}
 
 	/* Send the command */
-	if (TRUE) {
+	if (camel_verbose_debug) {
 		const gchar *mask;
 
 		if (!strncmp ("LOGIN \"", cmd, 7))
diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c
index 94f52b5..a5eb640 100644
--- a/camel/providers/imap/camel-imap-store.c
+++ b/camel/providers/imap/camel-imap-store.c
@@ -3061,7 +3061,7 @@ camel_imap_store_readline (CamelImapStore *store, gchar **dest, CamelException *
 		return -1;
 	}
 
-	if (TRUE) {
+	if (camel_verbose_debug) {
 		fprintf (stderr, "received: ");
 		fwrite (ba->data, 1, ba->len, stderr);
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]