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)
|
||||
#: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.~%")
|
||||
|
|
Loading…
Reference in New Issue