* Added missing HTTP headers for /listsub
[citadel.git] / webcit / webcit.c
index bd875ecd3545b42f1ea9d605bc774662be62da41..bdda202f69d3c7734ca518f4d7eae602e5883298 100644 (file)
@@ -383,7 +383,6 @@ void output_headers(        int do_httpheaders,     /* 1 = output HTTP headers
        }
 
        if (do_htmlhead) {
-               /* wprintf("\n"); */
                begin_burst();
                do_template("head");
        }