From c2a3fd273ae211c9d06d6f8c1bea075d6f6b2474 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 27 Jul 2015 08:24:49 -0400 Subject: Remove code that was accidentally committed. --- haunt/ui/serve.scm | 3 --- 1 file changed, 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.~%") -- cgit v1.2.3