From: Tim Vaughan Date: Fri, 31 May 2019 09:41:14 +0000 (+0200) Subject: Removed test code which was accidentally committed. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=scratchy.git;a=commitdiff_plain;h=725da421a58d5aa94cdef820b9fb6bf4fbddaf31 Removed test code which was accidentally committed. --- diff --git a/burrower.scm b/burrower.scm index f9604a7..fe3149f 100644 --- a/burrower.scm +++ b/burrower.scm @@ -329,9 +329,9 @@ (config-port-set! config (string->number (caddr args)))) (run-server config))))))) -;; (main) +(main) -(define (test) - (run-server (make-config "gopher-root" "localhost" 70 #t))) +;; (define (test) +;; (run-server (make-config "gopher-root" "localhost" 70 #t))) -(test) +;; (test)