summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-07-27 08:24:49 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-07-27 08:24:49 -0400
commitc2a3fd273ae211c9d06d6f8c1bea075d6f6b2474 (patch)
treeef63eebe922147099c19451539a8e0a45e1af44e
parent1589d024d7189cdfa11c5404b3c406c4ef448637 (diff)
Remove code that was accidentally committed.
-rw-r--r--haunt/ui/serve.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/haunt/ui/serve.scm b/haunt/ui/serve.scm
index 78bc811..09bcfcc 100644
--- a/haunt/ui/serve.scm
+++ b/haunt/ui/serve.scm
@@ -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.~%")