* move to config-header similar to citserver.
[citadel.git] / webcit / fmt_date.c
index ff0df01be8ad3816d31ed7981d14a90aa36210c5..578ca9875e7e70bbfe62c5bb963559c563289f06 100644 (file)
@@ -53,7 +53,6 @@ void fmt_date(char *buf, time_t thetime, int brief)
        int time_format;
        
        time_format = get_time_format_cached ();
-/// TODO: what about the time format?
        today_timet = time(NULL);
        localtime_r(&today_timet, &today_tm);