diff options
Diffstat (limited to 'shell/e-storage-set-view.c')
-rw-r--r-- | shell/e-storage-set-view.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/e-storage-set-view.c b/shell/e-storage-set-view.c index 370e11c104..6a6cbd88b7 100644 --- a/shell/e-storage-set-view.c +++ b/shell/e-storage-set-view.c @@ -1364,7 +1364,6 @@ etree_icon_at (ETreeModel *etree, path = (char*)e_tree_memory_node_get_data (E_TREE_MEMORY(etree), tree_path); /* Storages, Summary (nee My Evolution) is the only special case for now */ - g_print ("path: %s\n", path); if (depth == 1 && !strcmp (path, "/summary")) { /* Storages */ folder_type_registry = e_storage_set_get_folder_type_registry (storage_set); |