From e0ba87c430049a2f18464abcdf091af4a5010957 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 30 Mar 2001 02:28:27 +0000 Subject: removed a g_warning for debugging svn path=/trunk/; revision=9037 --- camel/providers/imap/camel-imap-store.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'camel/providers/imap/camel-imap-store.c') diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c index 1de6049180..ca38182e0b 100644 --- a/camel/providers/imap/camel-imap-store.c +++ b/camel/providers/imap/camel-imap-store.c @@ -886,8 +886,6 @@ imap_concat (CamelImapStore *imap_store, const char *prefix, const char *suffix) { int len; - g_warning ("in imap_concat(): prefix=%s; suffix=%s.", prefix, suffix); - len = strlen (prefix); if (len == 0 || prefix[len - 1] == imap_store->dir_sep) return g_strdup_printf ("%s%s", prefix, suffix); -- cgit v1.2.3