* database.c: removed some code that had been commented out for a long time
[citadel.git] / citadel / modules / calendar / serv_calendar.c
index cfafb7f2828a67c47be14db2161fbcca6f203936..fe97f7812106963913a7d635d06baadbd8a147c1 100644 (file)
@@ -872,7 +872,7 @@ int ical_conflicts_phase6(struct icaltimetype t1start,
 {
        int conflict_reported = 0;
 
-       /* debugging cruft *
+       /* debugging cruft */
        time_t tt;
        tt = icaltime_as_timet(t1start);
        CtdlLogPrintf(CTDL_DEBUG, "PROPOSED START: %s", ctime(&tt));
@@ -882,7 +882,7 @@ int ical_conflicts_phase6(struct icaltimetype t1start,
        CtdlLogPrintf(CTDL_DEBUG, "EXISTING START: %s", ctime(&tt));
        tt = icaltime_as_timet(t2end);
        CtdlLogPrintf(CTDL_DEBUG, "  EXISTING END: %s", ctime(&tt));
-       * debugging cruft */
+       /* debugging cruft */
 
        /* compare and output */