aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-importer.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-importer.c')
-rw-r--r--shell/e-shell-importer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c
index 7cd8ba10db..71f6a76806 100644
--- a/shell/e-shell-importer.c
+++ b/shell/e-shell-importer.c
@@ -381,8 +381,6 @@ start_import (const char *folderpath,
return;
}
- g_print ("Importing with: %s\n", real_iid);
-
icd = g_new (ImporterComponentData, 1);
icd->stop = FALSE;
icd->destroyed = FALSE;
@@ -497,7 +495,6 @@ item_selected (GtkWidget *item,
g_free (data->choosen_iid);
iid = gtk_object_get_data (GTK_OBJECT (item), "oafiid");
- g_print ("iid: %s\n", iid);
if (iid == NULL)
data->choosen_iid = g_strdup ("Automatic");
else