aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-02-24 03:18:08 +0800
committerIain Holmes <iain@src.gnome.org>2001-02-24 03:18:08 +0800
commit31fa26751eb85498bc7ef289c9613ce468f8ccec (patch)
tree0172dce131743f351181a8f76354b004949006ba
parent48fb58e530564d082e6538aeb3a160096262d602 (diff)
downloadgsoc2013-evolution-31fa26751eb85498bc7ef289c9613ce468f8ccec.tar
gsoc2013-evolution-31fa26751eb85498bc7ef289c9613ce468f8ccec.tar.gz
gsoc2013-evolution-31fa26751eb85498bc7ef289c9613ce468f8ccec.tar.bz2
gsoc2013-evolution-31fa26751eb85498bc7ef289c9613ce468f8ccec.tar.lz
gsoc2013-evolution-31fa26751eb85498bc7ef289c9613ce468f8ccec.tar.xz
gsoc2013-evolution-31fa26751eb85498bc7ef289c9613ce468f8ccec.tar.zst
gsoc2013-evolution-31fa26751eb85498bc7ef289c9613ce468f8ccec.zip
Remove a warning....DOH!
svn path=/trunk/; revision=8372
-rw-r--r--shell/evolution-storage.c1
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);