diff --git a/Clckwrks/Server.hs b/Clckwrks/Server.hs
--- a/Clckwrks/Server.hs
+++ b/Clckwrks/Server.hs
@@ -187,8 +187,8 @@
                                             , rqPaths       = map Text.unpack paths
                                             , rqUri         = Text.unpack $ (if rqSecure req then (fromJust $ calcTLSBaseURI cc) else (calcBaseURI cc)) <> pi <> qry
                                             , rqInputsQuery = map conv params
-                                            }) $ do rq <- askRq
-                                                    liftIO $ print rq
+                                            }) $ do -- rq <- askRq
+                                                    -- liftIO $ print rq
                                                     cont paths
                    (Just (Redirect mBaseURI, paths, params))  ->
                      let qry = decodeUtf8With lenientDecode $ LB.toStrict $ toLazyByteString $ renderQueryText True params
diff --git a/clckwrks.cabal b/clckwrks.cabal
--- a/clckwrks.cabal
+++ b/clckwrks.cabal
@@ -1,5 +1,5 @@
 Name:                clckwrks
-Version:             0.26.2.1
+Version:             0.26.2.2
 Synopsis:            A secure, reliable content management system (CMS) and blogging platform
 Description:         clckwrks (pronounced, clockworks) aims to compete
                      directly with popular PHP-based blogging and CMS
