aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-service.c')
-rw-r--r--camel/camel-service.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/camel/camel-service.c b/camel/camel-service.c
index 82b2b0ee53..77ba709682 100644
--- a/camel/camel-service.c
+++ b/camel/camel-service.c
@@ -25,7 +25,6 @@
*/
#include <config.h>
#include "camel-service.h"
-#include "camel-log.h"
#include "camel-exception.h"
#include <ctype.h>
@@ -98,15 +97,12 @@ _finalize (GtkObject *object)
{
CamelService *camel_service = CAMEL_SERVICE (object);
- CAMEL_LOG_FULL_DEBUG ("Entering CamelService::finalize\n");
-
if (camel_service->url)
camel_url_free (camel_service->url);
if (camel_service->session)
gtk_object_unref (GTK_OBJECT (camel_service->session));
GTK_OBJECT_CLASS (parent_class)->finalize (object);
- CAMEL_LOG_FULL_DEBUG ("Leaving CamelService::finalize\n");
}