From 596a7da4859d0dbf87fba6f6587c612e1cda95ac Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 16 Jun 2005 02:10:54 +0000 Subject: [PATCH] *** empty log message *** --- citadel/serv_calendar.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/citadel/serv_calendar.c b/citadel/serv_calendar.c index 26e0b150b..aaccccab5 100644 --- a/citadel/serv_calendar.c +++ b/citadel/serv_calendar.c @@ -1746,13 +1746,11 @@ int ical_obj_beforesave(struct CtdlMessage *msg) /* First determine if this is a calendar or tasks room */ if ( (CC->curr_view != VIEW_CALENDAR) &&(CC->curr_view != VIEW_TASKS) ) { - lprintf(CTDL_DEBUG, "*** FIXME FOOFOO NOT SAVING FOOFOO FIXME ***\n"); return(0); /* Not a vCalendar-centric room */ } /* It must be an RFC822 message! */ if (msg->cm_format_type != 4) { - lprintf(CTDL_DEBUG, "*** FIXME BARBAR NOT SAVING BARBAR FIXME ***\n"); return 1; /* You tried to save a non-RFC822 message! */ } -- 2.39.2