aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor/e-contact-list-editor.c
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-10-30 09:57:42 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-10-30 09:57:42 +0800
commitb3e9e54480b8bbf1523b6b7c180ffd3c1e4de0e3 (patch)
treec0bf12b2397f9c0b2851f2cb0b144922b490d45c /addressbook/gui/contact-list-editor/e-contact-list-editor.c
parent3ba36ef4083353f1cecebc7077288fdffe9793e9 (diff)
downloadgsoc2013-evolution-b3e9e54480b8bbf1523b6b7c180ffd3c1e4de0e3.tar
gsoc2013-evolution-b3e9e54480b8bbf1523b6b7c180ffd3c1e4de0e3.tar.gz
gsoc2013-evolution-b3e9e54480b8bbf1523b6b7c180ffd3c1e4de0e3.tar.bz2
gsoc2013-evolution-b3e9e54480b8bbf1523b6b7c180ffd3c1e4de0e3.tar.lz
gsoc2013-evolution-b3e9e54480b8bbf1523b6b7c180ffd3c1e4de0e3.tar.xz
gsoc2013-evolution-b3e9e54480b8bbf1523b6b7c180ffd3c1e4de0e3.tar.zst
gsoc2013-evolution-b3e9e54480b8bbf1523b6b7c180ffd3c1e4de0e3.zip
Comment out spew.
2001-10-29 Jon Trowbridge <trow@ximian.com> * conduit/address-conduit.c (pre_sync): Comment out spew. * gui/contact-list-editor/e-contact-list-editor.c (fill_in_info): Comment out spew. * gui/component/addressbook-component.c (destination_folder_handle_drop): Comment out spew. (get_dnd_selection): Comment out spew. * gui/widgets/e-addressbook-table-adapter.c (addressbook_set_value_at): Comment out spew. svn path=/trunk/; revision=14401
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) {