aboutsummaryrefslogtreecommitdiff
path: root/src/addressbook.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/addressbook.c')
-rw-r--r--src/addressbook.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/addressbook.c b/src/addressbook.c
index b0ff2c13..4875e45e 100644
--- a/src/addressbook.c
+++ b/src/addressbook.c
@@ -4261,7 +4261,7 @@ gboolean addressbook_has_address(const gchar *address)
if (!address)
return FALSE;
- debug_print("addressbook_has_address: check if addressbook has address: %s\n", address);
+ /* debug_print("addressbook_has_address: check if addressbook has address: %s\n", address); */
list = address_list_append(NULL, address);
if (!list)
@@ -4279,7 +4279,7 @@ gboolean addressbook_has_address(const gchar *address)
if (g_hash_table_lookup(addr_table, addr)) {
found = TRUE;
- debug_print("'%s' is in addressbook\n", addr);
+ /* debug_print("<%s> is in addressbook\n", addr); */
} else {
found = FALSE;
g_free(addr);