Removed some useless debugging messages.

svn path=/trunk/; revision=4041
This commit is contained in:
Ettore Perazzoli
2000-07-10 17:25:09 +00:00
parent b3e9f04b68
commit 5ad77dcd45
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2000-07-10 Ettore Perazzoli <ettore@helixcode.com>
* e-storage.c (e_storage_new_folder): Removed debugging message.
* e-storage-set.c (storage_new_folder_cb): Removed debugging
message.
2000-07-10 Federico Mena Quintero <federico@helixcode.com>
* e-shell-view.c (unrealize): As a quasi-hack, do a gdk_flush()

View File

@ -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);
}

View File

@ -484,7 +484,6 @@ e_storage_new_folder (EStorage *storage,
g_hash_table_insert (priv->path_to_folder, folder->path, folder);
g_print ("EStorage: New folder -- %s\n", folder->path);
gtk_signal_emit (GTK_OBJECT (storage), signals[NEW_FOLDER], folder->path);
g_free (full_path);