From fe97fa2fbb1628f20ae975fcf549f551ee893228 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 18 Apr 2000 19:05:15 +0000 Subject: kill camel-log svn path=/trunk/; revision=2487 --- camel/providers/mbox/camel-mbox-store.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'camel/providers/mbox/camel-mbox-store.c') diff --git a/camel/providers/mbox/camel-mbox-store.c b/camel/providers/mbox/camel-mbox-store.c index 0081aedb0e..8db2f9338e 100644 --- a/camel/providers/mbox/camel-mbox-store.c +++ b/camel/providers/mbox/camel-mbox-store.c @@ -23,7 +23,6 @@ #include -#include "camel-log.h" #include "camel-mbox-store.h" #include "camel-mbox-folder.h" @@ -109,7 +108,6 @@ get_folder (CamelStore *store, const char *folder_name, CamelException *ex) CamelMboxFolder *new_mbox_folder; CamelFolder *new_folder; - CAMEL_LOG_FULL_DEBUG ("Entering CamelMboxStore::get_folder\n"); new_mbox_folder = gtk_type_new (CAMEL_MBOX_FOLDER_TYPE); new_folder = CAMEL_FOLDER (new_mbox_folder); @@ -120,8 +118,6 @@ get_folder (CamelStore *store, const char *folder_name, CamelException *ex) CF_CLASS (new_folder)->init (new_folder, store, NULL, folder_name, '/', ex); - CAMEL_LOG_FULL_DEBUG ("Leaving CamelMboxStore::get_folder\n"); - return new_folder; } -- cgit v1.2.3