]> code.citadel.org Git - citadel.git/blobdiff - webcit/event.c
Saving events from a web form now uses icaltime_from_timet_with_zone().
[citadel.git] / webcit / event.c
index fb72422d0408ee9e0951a13e4051285d7c6833fa..f1af019dbb6afff84365517749c185359720bab4 100644 (file)
@@ -582,9 +582,6 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum,
        int rrymweek = rrmweek;
        int rrymweekday = rrmweekday;
        int rrymonth = t_start.month;
-
-       lprintf(9, "FIXME: RRYMWEEK %d, RRYMWEEKDAY %d, RRYMONTH %d\n", rrymweek, rrymweekday, rrymonth);
-
        int which_rryeartype_is_preselected = 0;
 
        if ( (recur.by_day[0] != ICAL_RECURRENCE_ARRAY_MAX)