Remove code that was accidentally committed.
This commit is contained in:
parent
1589d024d7
commit
c2a3fd273a
|
@ -33,9 +33,6 @@
|
||||||
#:use-module (haunt serve web-server)
|
#:use-module (haunt serve web-server)
|
||||||
#:export (haunt-serve))
|
#:export (haunt-serve))
|
||||||
|
|
||||||
(use-modules (system repl server))
|
|
||||||
(spawn-server (make-tcp-server-socket))
|
|
||||||
|
|
||||||
(define (show-help)
|
(define (show-help)
|
||||||
(format #t "Usage: haunt serve [OPTION]
|
(format #t "Usage: haunt serve [OPTION]
|
||||||
Start an HTTP server for the current site.~%")
|
Start an HTTP server for the current site.~%")
|
||||||
|
|
Loading…
Reference in New Issue