diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-08-28 06:20:07 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-08-28 06:20:07 +0800 |
commit | c36b30533a89dbbf7f84141f1597886598394e06 (patch) | |
tree | af8abbe7458848d1fea4f61d3fca4ea35b63714a /addressbook/backend | |
parent | 72ae261d7ed6736d954cdb74f1f332b88937e618 (diff) | |
download | gsoc2013-evolution-c36b30533a89dbbf7f84141f1597886598394e06.tar.gz gsoc2013-evolution-c36b30533a89dbbf7f84141f1597886598394e06.tar.zst gsoc2013-evolution-c36b30533a89dbbf7f84141f1597886598394e06.zip |
Removed some debugging spew that I left in by mistake.
2001-08-27 Jon Trowbridge <trow@ximian.com>
* backend/ebook/e-card.c (e_card_list_send): Removed some debugging
spew that I left in by mistake.
* gui/widgets/e-addressbook-model.c (create_card): Removed debugging
spew.
svn path=/trunk/; revision=12492
Diffstat (limited to 'addressbook/backend')
-rw-r--r-- | addressbook/backend/ebook/e-card.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/addressbook/backend/ebook/e-card.c b/addressbook/backend/ebook/e-card.c index 5cef74b2b7..725fedaa11 100644 --- a/addressbook/backend/ebook/e-card.c +++ b/addressbook/backend/ebook/e-card.c @@ -3985,7 +3985,6 @@ e_card_list_send (GList *cards, ECardDisposition disposition) ++to_length; } } - g_message ("to_length=%d bcc_length=%d", to_length, bcc_length); /* Now I have to make a CORBA sequences that represents a recipient list with the right number of entries, for the cards. */ @@ -4052,7 +4051,6 @@ e_card_list_send (GList *cards, ECardDisposition disposition) } } - g_message ("sending to [%s][%s]", name, addr); recipient->name = CORBA_string_dup (name ? name : ""); recipient->address = CORBA_string_dup (addr ? addr : ""); |