aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/conduits/calendar/calendar-conduit.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index ef6efe109f..a3333c3bf5 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-14 JP Rosevear <jpr@ximian.com>
+
+ * conduits/calendar/calendar-conduit.c (pre_sync): remove silly
+ debug warning
+
2001-11-13 Damon Chaplin <damon@ximian.com>
* gui/alarm-notify/config-data.c (ensure_inited):
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"));