From c36b30533a89dbbf7f84141f1597886598394e06 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Mon, 27 Aug 2001 22:20:07 +0000 Subject: Removed some debugging spew that I left in by mistake. 2001-08-27 Jon Trowbridge * 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 --- addressbook/backend/ebook/e-card.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'addressbook/backend/ebook') 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 : ""); -- cgit v1.2.3