Commit a89ef80a authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski Committed by Alexandre Delanoë

[graph] remove console log for sizes

parent 0d381e14
......@@ -127,11 +127,6 @@ hydrateStoreCpt = here.component "hydrateStore" cpt where
, hyperdataGraph
, cacheParams
} _ = do
R.useEffect' $ do
let (GET.HyperdataGraph { graph: hg }) = hyperdataGraph
let GET.GraphData g = hg
here.log2 "[hydrateStore] sizes" $ (\(GEGT.Node { id_, size }) -> "id: " <> id_ <> ", size: " <> show size) <$> g.nodes
-- | Computed
-- |
let
......
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