aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor/e-contact-list-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/contact-list-editor/e-contact-list-editor.c')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
index 630d84cae0..e458aeee22 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c
+++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
@@ -867,7 +867,7 @@ fill_in_info(EContactListEditor *editor)
const char *dest_xml = e_iterator_get (email_iter);
EDestination *dest;
- g_message ("incoming xml: [%s]", dest_xml);
+ /* g_message ("incoming xml: [%s]", dest_xml); */
dest = e_destination_import (dest_xml);
if (dest != NULL) {