aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/backend')
-rw-r--r--addressbook/backend/ebook/e-card.c2
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 : "");