aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-component.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/addressbook-component.c')
-rw-r--r--addressbook/gui/component/addressbook-component.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c
index c1585f0c17..b1815dc794 100644
--- a/addressbook/gui/component/addressbook-component.c
+++ b/addressbook/gui/component/addressbook-component.c
@@ -350,7 +350,7 @@ get_dnd_selection (EvolutionShellComponent *shell_component,
int *selection_length_return,
void *closure)
{
- g_print ("should get dnd selection for %s\n", physical_uri);
+ /* g_print ("should get dnd selection for %s\n", physical_uri); */
return NULL;
}
@@ -485,7 +485,7 @@ destination_folder_handle_drop (EvolutionShellComponentDndDestinationFolder *fol
if (action == GNOME_Evolution_ShellComponentDnd_ACTION_LINK)
return FALSE; /* we can't create links in our addressbook format */
- g_print ("in destination_folder_handle_drop (%s)\n", physical_uri);
+ /* g_print ("in destination_folder_handle_drop (%s)\n", physical_uri); */
card_list = e_card_load_cards_from_string_with_default_charset (data->bytes._buffer, "ISO-8859-1");