aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-11-15 02:48:12 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-11-15 02:48:12 +0800
commit6838fe8bf735c9b1b5f5c22a5e41e3330c323648 (patch)
treeb4fe0898ea9891621bf0a21e5fc2d960ec064dbd /calendar/conduits
parentace512904be73e3e1865c22a9f837c0baa840a43 (diff)
downloadgsoc2013-evolution-6838fe8bf735c9b1b5f5c22a5e41e3330c323648.tar
gsoc2013-evolution-6838fe8bf735c9b1b5f5c22a5e41e3330c323648.tar.gz
gsoc2013-evolution-6838fe8bf735c9b1b5f5c22a5e41e3330c323648.tar.bz2
gsoc2013-evolution-6838fe8bf735c9b1b5f5c22a5e41e3330c323648.tar.lz
gsoc2013-evolution-6838fe8bf735c9b1b5f5c22a5e41e3330c323648.tar.xz
gsoc2013-evolution-6838fe8bf735c9b1b5f5c22a5e41e3330c323648.tar.zst
gsoc2013-evolution-6838fe8bf735c9b1b5f5c22a5e41e3330c323648.zip
remove silly debug warning
2001-11-14 JP Rosevear <jpr@ximian.com> * conduits/calendar/calendar-conduit.c (pre_sync): remove silly debug warning svn path=/trunk/; revision=14697
Diffstat (limited to 'calendar/conduits')
-rw-r--r--calendar/conduits/calendar/calendar-conduit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/conduits/calendar/calendar-conduit.c b/calendar/conduits/calendar/calendar-conduit.c
index 58b7a7020f..71d6cf73b6 100644
--- a/calendar/conduits/calendar/calendar-conduit.c
+++ b/calendar/conduits/calendar/calendar-conduit.c
@@ -977,8 +977,6 @@ pre_sync (GnomePilotConduit *conduit,
ctxt->dbi = dbi;
ctxt->client = NULL;
- gnome_pilot_conduit_warning (conduit, "Random warning");
-
if (start_calendar_server (ctxt) != 0) {
WARN(_("Could not start wombat server"));
gnome_pilot_conduit_error (conduit, _("Could not start wombat"));