Removed some old TECH_PREVIEW sections.
[citadel.git] / webcit / static.c
index 145014bc932b821ab315ed88e80811f644f28201..f03c7aa9d5ad0ae710c135868a1466d1d52e4f64 100644 (file)
@@ -79,9 +79,6 @@ void output_static(const char *what)
 
 
                close(fd);
-#ifndef TECH_PREVIEW
-               lprintf(9, "output_static('%s')  %s\n", what, content_type);
-#endif
                http_transmit_thing(content_type, 2);
        }
        if (yesbstr("force_close_session")) {