From aaf8cf4876929facd9566e707adae7812c32dc5d Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Wed, 15 May 2002 14:21:54 +0000 Subject: Remove debugging spew svn path=/trunk/; revision=16801 --- shell/ChangeLog | 5 +++++ shell/e-corba-storage-registry.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 39da515c97..11701f170e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2002-05-15 Iain + + * e-corba-storage-registry.c (impl_StorageRegistry_addStorage): Remove + debuggin spew + 2002-05-15 Iain * e-corba-storage-registry.c (impl_StorageRegistry_addStorage): Apply 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, -- cgit v1.2.3