*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Thu, 16 Jun 2005 02:10:54 +0000 (02:10 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 16 Jun 2005 02:10:54 +0000 (02:10 +0000)
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! */
        }