From 41075c2bde94bb43f07ee5598dc57965436634f6 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sun, 20 Mar 2022 16:07:39 -0500 Subject: [tweak] remove spurious print statement --- lazybones-hunchentoot.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/lazybones-hunchentoot.lisp b/lazybones-hunchentoot.lisp index d39968f..6525846 100644 --- a/lazybones-hunchentoot.lisp +++ b/lazybones-hunchentoot.lisp @@ -203,7 +203,6 @@ HEADER-NAME can be a keyword or a string." (defun request-body (&key (request lzb:*request*) (want-stream-p nil)) "Returns the decoded request body. The value returned depends upon the value of the Content-Type request header." - (print "in request body") (if %request-body-cache% %request-body-cache% (setf %request-body-cache% (when (member (request-method request) +hunchentoot-methods-with-body+) -- cgit v1.2.3