aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/importer/evolution-importer-client.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index e5a2a68759..26dd26bd51 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-12 Iain Holmes <iain@ximian.com>
+
+ * importers/evolution-importer-client.c
+ (evolution_importer_client_process_item): Remove spew.
+
2001-09-10 Dan Winship <danw@ximian.com>
* e-shell-view.c (socket_destroy_cb): Oops. Remove duplicate free.
diff --git a/shell/importer/evolution-importer-client.c b/shell/importer/evolution-importer-client.c
index 280e851c14..337cf36507 100644
--- a/shell/importer/evolution-importer-client.c
+++ b/shell/importer/evolution-importer-client.c
@@ -213,7 +213,6 @@ evolution_importer_client_process_item (EvolutionImporterClient *client,
corba_importer = client->objref;
corba_listener = bonobo_object_corba_objref (BONOBO_OBJECT (listener));
- g_warning ("%s", __FUNCTION__);
GNOME_Evolution_Importer_processItem (corba_importer,
corba_listener, &ev);
CORBA_exception_free (&ev);