Commit 6aeb16e2 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[docstable] remove logging

parent b95d1f3e
Pipeline #2302 failed with stage
......@@ -439,9 +439,9 @@ pageLayoutCpt = here.component "pageLayout" cpt where
let loader p = do
let route = tableRouteWithPage (p { params = paramsS', query = query })
eRes <- get session $ route
liftEffect $ do
here.log2 "table route" route
here.log2 "table res" eRes
--liftEffect $ do
-- here.log2 "table route" route
-- here.log2 "table res" eRes
pure $ handleResponse <$> eRes
let render (Tuple count documents) = pagePaintRaw { documents
, layout: props { params = paramsS'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment