From: Tim Vaughan Date: Fri, 3 May 2019 21:58:51 +0000 (+0200) Subject: Removed debug call. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=scratchy.git;a=commitdiff_plain;h=f68970c9cb719874828687a187e9766e6c0f814e Removed debug call. --- diff --git a/burrow.scm b/burrow.scm index 31cb2ed..557dfa0 100644 --- a/burrow.scm +++ b/burrow.scm @@ -204,9 +204,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)