From b58b5ec6231c4bad3d3ab365088f675824ecf201 Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Mon, 19 Jun 2006 06:52:55 +0000 Subject: Remove stray debug statements that should not have been committed. 2006-06-19 Harish Krishnaswamy * itip-formatter.c (update_item): Remove stray debug statements that should not have been committed. svn path=/trunk/; revision=32166 --- plugins/itip-formatter/itip-formatter.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/itip-formatter/itip-formatter.c') diff --git a/plugins/itip-formatter/itip-formatter.c b/plugins/itip-formatter/itip-formatter.c index b2fd0438b2..8e08be72e3 100644 --- a/plugins/itip-formatter/itip-formatter.c +++ b/plugins/itip-formatter/itip-formatter.c @@ -796,7 +796,6 @@ update_item (FormatItipPObject *pitip, ItipViewResponse response) CamelMimeMessage *msg = ((EMFormat *) pitip->pobject.format)->message; e_cal_component_get_attachment_list (clone_comp, &attachments); - g_message ("Number of attachments is %d", g_slist_length (attachments)); for (l = attachments; l; l = l->next) { GSList *parts = NULL, *m; @@ -817,7 +816,6 @@ update_item (FormatItipPObject *pitip, ItipViewResponse response) continue; new_uri = em_utils_temp_save_part (NULL, part); - g_message ("DEBUG: the uri obtained was %s\n", new_uri); new_attachments = g_slist_append (new_attachments, new_uri); } -- cgit v1.2.3