]> code.citadel.org Git - citadel.git/commitdiff
*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Tue, 1 Feb 2005 02:29:07 +0000 (02:29 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 1 Feb 2005 02:29:07 +0000 (02:29 +0000)
webcit/event.c

index 71232d7b761eaf6b8f739c7eb1dcef8ffe6c3547..0142ac9125eca39a62314581de1db6e1799d84f5 100644 (file)
@@ -146,7 +146,6 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum)
        }
        else {
                localtime_r(&now, &tm_now);
-               lprintf(9, "NOW NOW NOW!!!! %ld\n", now);
                if (strlen(bstr("year")) > 0) {
                        tm_now.tm_year = atoi(bstr("year")) - 1900;
                        tm_now.tm_mon = atoi(bstr("month")) - 1;