camel-imap4 r6 - trunk/imap4



Author: fejj
Date: Mon May 12 00:38:58 2008
New Revision: 6
URL: http://svn.gnome.org/viewvc/camel-imap4?rev=6&view=rev

Log:
removed debugging printfs

Modified:
   trunk/imap4/camel-imap4-store.c

Modified: trunk/imap4/camel-imap4-store.c
==============================================================================
--- trunk/imap4/camel-imap4-store.c	(original)
+++ trunk/imap4/camel-imap4-store.c	Mon May 12 00:38:58 2008
@@ -1479,9 +1479,6 @@
 		fi->unread = -1;
 		fi->total = -1;
 		
-		printf ("created fi = { full_name=\"%s\", name=\"%s\", uri=\"%s\" };\n",
-			fi->full_name, fi->name, fi->uri);
-		
 		if (!g_ascii_strcasecmp (fi->full_name, "INBOX"))
 			fi->flags |= CAMEL_FOLDER_SYSTEM | CAMEL_FOLDER_TYPE_INBOX;
 		
@@ -1688,14 +1685,6 @@
 	g_free (pattern);
 	
 	fi = imap4_build_folder_info (store, top, flags, array);
-	if (1) {
-		CamelFolderInfo *node = fi;
-		
-		while (node) {
-			printf ("fi->full_name = %s\n", node->full_name);
-			node = node->next;
-		}
-	}
 	
  done:
 	



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