From f7e489178120813a4aff0eff0140661bf402cbae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 17 Aug 2020 10:17:33 +0200 Subject: Work on paths? --- module/server/macro.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/server/macro.scm') diff --git a/module/server/macro.scm b/module/server/macro.scm index 2fb87f54..41d23d34 100644 --- a/module/server/macro.scm +++ b/module/server/macro.scm @@ -60,7 +60,7 @@ (define-macro (make-routes . routes) `(lambda* (request body #:optional state) - (format (current-error-port) "~a~%" request) + ;; (format (current-error-port) "~a~%" request) ;; ALl these bindings generate compile time warnings since the expansion ;; of the macro might not use them. This isn't really a problem. (let ((r:method ((@ (web request) request-method) request)) -- cgit v1.2.3