]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* HAIL MELD!
[citadel.git] / webcit / webcit.c
index 34a66f3158209b21b0bad7ec32a854978265a55e..bf8fd1f326b9a7fa432c66781ea9b4b78874fecb 100644 (file)
@@ -857,7 +857,9 @@ void output_static(char *what)
 
 
                close(fd);
+#ifndef TECH_PREVIEW
                lprintf(9, "output_static('%s')  %s\n", what, content_type);
+#endif
                http_transmit_thing(content_type, 1);
        }
        if (yesbstr("force_close_session")) {