Removed debug call.
authorTim Vaughan <tgvaughan@gmail.com>
Fri, 3 May 2019 21:58:51 +0000 (23:58 +0200)
committerTim Vaughan <tgvaughan@gmail.com>
Fri, 3 May 2019 21:58:51 +0000 (23:58 +0200)
burrow.scm

index 31cb2ed..557dfa0 100644 (file)
                     (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)