X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fcalendar.c;h=373cfc25a114affa9f865a174fa2194933cb2e37;hb=ac5164c6f2b3875e7155a43d48d08a75f55f0a90;hp=58df701806ef0448ad284af6d410cf6e29baa590;hpb=762b49aa48abb2e8b44ed705d450483bdfa2280c;p=citadel.git diff --git a/webcit/calendar.c b/webcit/calendar.c index 58df70180..373cfc25a 100644 --- a/webcit/calendar.c +++ b/webcit/calendar.c @@ -1000,18 +1000,6 @@ void load_ical_object(long msgnum, int unread, cal = icalcomponent_new_from_string(relevant_source); if (cal != NULL) { - /* FIXME temp */ - icalproperty *p; - p = icalcomponent_get_first_property(cal, ICAL_DTSTART_PROPERTY); - if (p) { - lprintf(9, "DTSTART IS %s\n", - icaltime_as_ical_string( - icalproperty_get_dtstart(p) - ) - ); - } - /* */ - /* A which_kind of (-1) means just load the whole thing */ if (which_kind == (-1)) {