From 1b7f8af0fa537de73c005a3853cb3ba7ea2fd91e Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 16 May 2005 08:35:00 +0000 Subject: Removed the debug messages. 2005-05-16 Chenthill Palanisamy * gui/gnome-cal.c: (client_cal_opened_cb), (default_client_cal_opened_cb): Removed the debug messages. svn path=/trunk/; revision=29372 --- calendar/gui/gnome-cal.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'calendar/gui') diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index a34a6237db..0a038e4539 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -2223,10 +2223,8 @@ client_cal_opened_cb (ECal *ecal, ECalendarStatus status, GnomeCalendar *gcal) } switch (status) { case E_CALENDAR_STATUS_OK: - g_message ("********* the state in ok is %d \n", state); break; case E_CALENDAR_STATUS_BUSY: - g_message ("********* the state is %d \n", state); if (state == E_CAL_LOAD_NOT_LOADED) e_cal_open_async (ecal, FALSE); return; @@ -2321,7 +2319,6 @@ default_client_cal_opened_cb (ECal *ecal, ECalendarStatus status, GnomeCalendar case E_CALENDAR_STATUS_OK: break; case E_CALENDAR_STATUS_BUSY: - g_message ("********* the state is %d \n", state); if (state == E_CAL_LOAD_NOT_LOADED) e_cal_open_async (ecal, FALSE); return; -- cgit v1.2.3