debugging galore
[rrq/hourglass.git] / manager / index.lsp
index 16003fb1506b69d6408de4d23ee208b655448005..3ad8090fa62cc2fc6d43ea5d857923fe273d3b66 100644 (file)
@@ -1,6 +1,4 @@
 (load "expand-string.lsp")
-(write-line 2 (string "index.lsp"))
-(write-line 2 (string (expand-file "tmpl/index-page.html")))
 (println "Status 200 OK\nContent-Type: text/html\n\n")
 (println (expand-file "tmpl/index-page.html"))
 (exit 0)