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 ...@@ -439,9 +439,9 @@ pageLayoutCpt = here.component "pageLayout" cpt where
let loader p = do let loader p = do
let route = tableRouteWithPage (p { params = paramsS', query = query }) let route = tableRouteWithPage (p { params = paramsS', query = query })
eRes <- get session $ route eRes <- get session $ route
liftEffect $ do --liftEffect $ do
here.log2 "table route" route -- here.log2 "table route" route
here.log2 "table res" eRes -- here.log2 "table res" eRes
pure $ handleResponse <$> eRes pure $ handleResponse <$> eRes
let render (Tuple count documents) = pagePaintRaw { documents let render (Tuple count documents) = pagePaintRaw { documents
, layout: props { params = paramsS' , 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