aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage-set.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-storage-set.c')
-rw-r--r--shell/e-storage-set.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/e-storage-set.c b/shell/e-storage-set.c
index f24a3ac05c..81f97f055c 100644
--- a/shell/e-storage-set.c
+++ b/shell/e-storage-set.c
@@ -131,7 +131,6 @@ storage_new_folder_cb (EStorage *storage,
storage_set = E_STORAGE_SET (data);
full_path = make_full_path (storage, path);
- g_print ("EStorageSet: New folder -- %s\n", full_path);
gtk_signal_emit (GTK_OBJECT (storage_set), signals[NEW_FOLDER], full_path);
g_free (full_path);
}