]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_calendar.c
*** empty log message ***
[citadel.git] / citadel / serv_calendar.c
index 26e0b150b1c6725d0effac9f893e9044058f76ea..aaccccab5a53c16c20f365a3214a0dbbd4287388 100644 (file)
@@ -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! */
        }