diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-22 18:52:50 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-22 18:52:50 +0100 |
commit | 92a69aa1d05458473f89e9d072a9d97c108adad9 (patch) | |
tree | 0f2c13b7caefe69e6ed5d5a45f3c5f448a79fbfc | |
parent | dcf596791d3afc7ad6d54b038965b758669d9843 (diff) |
Remove debugging statements.
-rw-r--r-- | mulkcms.lisp | 2 |
1 files changed, 0 insertions, 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 |