[refactor] comment out here.log, move imports around

parent ec9f8e1c
Pipeline #6018 failed with stages
in 20 minutes and 12 seconds
...@@ -412,11 +412,11 @@ hooksTransformGraph = do ...@@ -412,11 +412,11 @@ hooksTransformGraph = do
params <- transformGraphStoreParams params <- transformGraphStoreParams
graph' <- R2.useLive' store.graph graph' <- R2.useLive' store.graph
R.useEffect' $ do -- R.useEffect' $ do
here.log2 "[hooksTransformGraph] hashed" $ hashLiveProps params -- here.log2 "[hooksTransformGraph] hashed" $ hashLiveProps params
R.useEffect2' (hashLiveProps params) graph' $ do R.useEffect2' (hashLiveProps params) graph' $ do
here.log2 "[hooksTransformGraph] transformed" $ transformGraph graph' params -- here.log2 "[hooksTransformGraph] transformed" $ transformGraph graph' params
T.write_ (transformGraph graph' params) store.transformedGraph T.write_ (transformGraph graph' params) store.transformedGraph
transformGraph :: SigmaxT.SGraph -> Record LiveProps -> SigmaxT.SGraph transformGraph :: SigmaxT.SGraph -> Record LiveProps -> SigmaxT.SGraph
......
...@@ -9,15 +9,15 @@ module Gargantext.Components.GraphExplorer.Toolbar.RangeControl ...@@ -9,15 +9,15 @@ module Gargantext.Components.GraphExplorer.Toolbar.RangeControl
import Data.Tuple.Nested((/\)) import Data.Tuple.Nested((/\))
import Debug (spy) import Debug (spy)
import Effect.Debounce as Debounce import Effect.Debounce as Debounce
import Gargantext.Components.RangeSlider as RS
import Gargantext.Hooks.Sigmax.Types as SigmaxTypes
import Gargantext.Utils.Range as Range
import Gargantext.Utils.Reactix as R2
import Prelude import Prelude
import Reactix as R import Reactix as R
import Reactix.DOM.HTML as H import Reactix.DOM.HTML as H
import Toestand as T import Toestand as T
import Gargantext.Components.RangeSlider as RS
import Gargantext.Hooks.Sigmax.Types as SigmaxTypes
import Gargantext.Utils.Range as Range
import Gargantext.Utils.Reactix as R2
here :: R2.Here here :: R2.Here
here = R2.here "Gargantext.Components.GraphExplorer.Toolbar.RangeControl" here = R2.here "Gargantext.Components.GraphExplorer.Toolbar.RangeControl"
......
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