remove debug output
This commit is contained in:
parent
9baec4fbf0
commit
27f6bb4dbd
|
@ -255,7 +255,7 @@
|
|||
(http-syslog (syslog-level debug) "[cgi-server] headers: ~s~%" headers)
|
||||
(http-syslog (syslog-level debug) "[cgi-server] request:method=~a~%"
|
||||
(request:method req))
|
||||
(write (list 'status-code stat))
|
||||
|
||||
(if loc
|
||||
(if (uri-like? (string-trim loc))
|
||||
(make-http-error-response http-status/moved-perm req
|
||||
|
|
Loading…
Reference in New Issue