aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2002-05-15 22:21:54 +0800
committerIain Holmes <iain@src.gnome.org>2002-05-15 22:21:54 +0800
commitaaf8cf4876929facd9566e707adae7812c32dc5d (patch)
treec4581f844d77d4d11d3a0fc71718d3ee1bb15c29
parenta59768d50d370db68ff9ed789b5077e68aecf6f6 (diff)
downloadgsoc2013-evolution-aaf8cf4876929facd9566e707adae7812c32dc5d.tar
gsoc2013-evolution-aaf8cf4876929facd9566e707adae7812c32dc5d.tar.gz
gsoc2013-evolution-aaf8cf4876929facd9566e707adae7812c32dc5d.tar.bz2
gsoc2013-evolution-aaf8cf4876929facd9566e707adae7812c32dc5d.tar.lz
gsoc2013-evolution-aaf8cf4876929facd9566e707adae7812c32dc5d.tar.xz
gsoc2013-evolution-aaf8cf4876929facd9566e707adae7812c32dc5d.tar.zst
gsoc2013-evolution-aaf8cf4876929facd9566e707adae7812c32dc5d.zip
Remove debugging spew
svn path=/trunk/; revision=16801
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-corba-storage-registry.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 39da515c97..11701f170e 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,10 @@
2002-05-15 Iain <iain@ximian.com>
+ * e-corba-storage-registry.c (impl_StorageRegistry_addStorage): Remove
+ debuggin spew
+
+2002-05-15 Iain <iain@ximian.com>
+
* e-corba-storage-registry.c (impl_StorageRegistry_addStorage): Apply
patch from Peter Williams to notify listeners when a new storage is
created.
diff --git a/shell/e-corba-storage-registry.c b/shell/e-corba-storage-registry.c
index 5ac8260862..76d946a680 100644
--- a/shell/e-corba-storage-registry.c
+++ b/shell/e-corba-storage-registry.c
@@ -129,7 +129,6 @@ impl_StorageRegistry_addStorage (PortableServer_Servant servant,
/* FIXME: if we remove a listener while looping through the list we can
* crash. Yay CORBA reentrancy. */
- g_print ("Added name: %s\n", name);
for (iter = priv->listeners; iter; iter = iter->next) {
listener_notify (iter->data,
GNOME_Evolution_StorageRegistry_STORAGE_CREATED,