diff options
Diffstat (limited to 'shell/e-corba-storage-registry.c')
-rw-r--r-- | shell/e-corba-storage-registry.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, |