diff options
-rw-r--r-- | shell/evolution-storage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/evolution-storage.c b/shell/evolution-storage.c index 9c790dcbe0..bf02c19110 100644 --- a/shell/evolution-storage.c +++ b/shell/evolution-storage.c @@ -295,7 +295,6 @@ impl_Storage_async_create_folder (PortableServer_Servant servant, storage = EVOLUTION_STORAGE (bonobo_object); int_result = GNOME_Evolution_Storage_UNSUPPORTED_OPERATION; - g_warning ("Creating %s:%s", path, parent_physical_uri); gtk_signal_emit (GTK_OBJECT (storage), signals[CREATE_FOLDER], path, type, description, parent_physical_uri, &int_result); |