aboutsummaryrefslogtreecommitdiffstats
path: root/shell/importer
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-09-13 05:49:08 +0800
committerIain Holmes <iain@src.gnome.org>2001-09-13 05:49:08 +0800
commit0ab127f884d7a98b89b3532569ead12bb723cf2b (patch)
treeb8d7e4678642b8dfa3d999accbc04c579a096d05 /shell/importer
parentd4adafd58910bb0b87977c9fb0fe77d1f78229af (diff)
downloadgsoc2013-evolution-0ab127f884d7a98b89b3532569ead12bb723cf2b.tar
gsoc2013-evolution-0ab127f884d7a98b89b3532569ead12bb723cf2b.tar.gz
gsoc2013-evolution-0ab127f884d7a98b89b3532569ead12bb723cf2b.tar.bz2
gsoc2013-evolution-0ab127f884d7a98b89b3532569ead12bb723cf2b.tar.lz
gsoc2013-evolution-0ab127f884d7a98b89b3532569ead12bb723cf2b.tar.xz
gsoc2013-evolution-0ab127f884d7a98b89b3532569ead12bb723cf2b.tar.zst
gsoc2013-evolution-0ab127f884d7a98b89b3532569ead12bb723cf2b.zip
Remove spew
svn path=/trunk/; revision=12785
Diffstat (limited to 'shell/importer')
-rw-r--r--shell/importer/evolution-importer-client.c1
1 files changed, 0 insertions, 1 deletions
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);