diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-09-13 05:49:08 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-09-13 05:49:08 +0800 |
commit | 0ab127f884d7a98b89b3532569ead12bb723cf2b (patch) | |
tree | b8d7e4678642b8dfa3d999accbc04c579a096d05 /shell/importer/evolution-importer-client.c | |
parent | d4adafd58910bb0b87977c9fb0fe77d1f78229af (diff) | |
download | gsoc2013-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/evolution-importer-client.c')
-rw-r--r-- | shell/importer/evolution-importer-client.c | 1 |
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); |