aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2006-06-19 14:52:55 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-06-19 14:52:55 +0800
commitb58b5ec6231c4bad3d3ab365088f675824ecf201 (patch)
treecd7821844bf8289361c551e95435cbdb0f014dae /plugins
parentc6539d7b4b51ecbaee9adc9cd5be320d30b57f61 (diff)
downloadgsoc2013-evolution-b58b5ec6231c4bad3d3ab365088f675824ecf201.tar
gsoc2013-evolution-b58b5ec6231c4bad3d3ab365088f675824ecf201.tar.gz
gsoc2013-evolution-b58b5ec6231c4bad3d3ab365088f675824ecf201.tar.bz2
gsoc2013-evolution-b58b5ec6231c4bad3d3ab365088f675824ecf201.tar.lz
gsoc2013-evolution-b58b5ec6231c4bad3d3ab365088f675824ecf201.tar.xz
gsoc2013-evolution-b58b5ec6231c4bad3d3ab365088f675824ecf201.tar.zst
gsoc2013-evolution-b58b5ec6231c4bad3d3ab365088f675824ecf201.zip
Remove stray debug statements that should not have been committed.
2006-06-19 Harish Krishnaswamy <kharish@novell.com> * itip-formatter.c (update_item): Remove stray debug statements that should not have been committed. svn path=/trunk/; revision=32166
Diffstat (limited to 'plugins')
-rw-r--r--plugins/itip-formatter/itip-formatter.c2
1 files changed, 0 insertions, 2 deletions
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);
}