Remove code that was accidentally committed.

This commit is contained in:
David Thompson 2015-07-27 08:24:49 -04:00
parent 1589d024d7
commit c2a3fd273a
1 changed files with 0 additions and 3 deletions

View File

@ -33,9 +33,6 @@
#:use-module (haunt serve web-server)
#:export (haunt-serve))
(use-modules (system repl server))
(spawn-server (make-tcp-server-socket))
(define (show-help)
(format #t "Usage: haunt serve [OPTION]
Start an HTTP server for the current site.~%")