From 92a69aa1d05458473f89e9d072a9d97c108adad9 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 22 Mar 2011 18:52:50 +0100 Subject: Remove debugging statements. --- mulkcms.lisp | 2 -- 1 file changed, 2 deletions(-) diff --git a/mulkcms.lisp b/mulkcms.lisp index 43f1dfc..e1a24dc 100644 --- a/mulkcms.lisp +++ b/mulkcms.lisp @@ -140,8 +140,6 @@ (setf (hunchentoot:content-type*) content-type)) (when-let (date-string (hunchentoot:header-in* :if-modified-since)) (when-let (if-modified-since (parse-http-date date-string)) - (print last-update) - (print if-modified-since) ;; We need to subtract 1 second, since LAST-UPDATE will probably ;; have a non-zero millisecond part, which will make the ;; comparison fail in the very common case that the -- cgit v1.2.3