remove forgotten debug output from previous commit

This commit is contained in:
interp 2004-07-21 18:56:56 +00:00
parent f23cd71100
commit 582e07bb18
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@
(define *cache-lock* (make-lock))
(define (get-bindings surflet-request)
(format #t "** headers: ~S~%" (surflet-request-headers surflet-request))
(let ((request-method (surflet-request-method surflet-request))
(content-type (assoc 'content-type
(surflet-request-headers surflet-request))))