diff options
Diffstat (limited to 'shell/e-storage-set.c')
-rw-r--r-- | shell/e-storage-set.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/e-storage-set.c b/shell/e-storage-set.c index 467ef7c98c..3b17448532 100644 --- a/shell/e-storage-set.c +++ b/shell/e-storage-set.c @@ -205,7 +205,6 @@ storage_removed_folder_cb (EStorage *storage, storage_set = E_STORAGE_SET (data); full_path = make_full_path (storage, path); - g_print ("EStorageSet: Removed folder -- %s\n", full_path); gtk_signal_emit (GTK_OBJECT (storage_set), signals[REMOVED_FOLDER], full_path); g_free (full_path); } |