Commit 9ca55746 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[Debug] remove charts rebuid

parent 66ca6fd7
...@@ -98,7 +98,7 @@ updateScatter cId maybeListId tabType maybeLimit = do ...@@ -98,7 +98,7 @@ updateScatter cId maybeListId tabType maybeLimit = do
printDebug "[updateScatter] maybeListId" maybeListId printDebug "[updateScatter] maybeListId" maybeListId
printDebug "[updateScatter] tabType" tabType printDebug "[updateScatter] tabType" tabType
printDebug "[updateScatter] maybeLimit" maybeLimit printDebug "[updateScatter] maybeLimit" maybeLimit
_ <- updateScatter' cId maybeListId tabType maybeLimit -- _ <- updateScatter' cId maybeListId tabType maybeLimit
pure () pure ()
updateScatter' :: FlowCmdM env err m => updateScatter' :: FlowCmdM env err m =>
...@@ -192,7 +192,7 @@ updateChart cId maybeListId tabType maybeLimit = do ...@@ -192,7 +192,7 @@ updateChart cId maybeListId tabType maybeLimit = do
printDebug "[updateChart] maybeListId" maybeListId printDebug "[updateChart] maybeListId" maybeListId
printDebug "[updateChart] tabType" tabType printDebug "[updateChart] tabType" tabType
printDebug "[updateChart] maybeLimit" maybeLimit printDebug "[updateChart] maybeLimit" maybeLimit
_ <- updateChart' cId maybeListId tabType maybeLimit -- _ <- updateChart' cId maybeListId tabType maybeLimit
pure () pure ()
updateChart' :: HasNodeError err => updateChart' :: HasNodeError err =>
...@@ -278,7 +278,7 @@ updatePie cId maybeListId tabType maybeLimit = do ...@@ -278,7 +278,7 @@ updatePie cId maybeListId tabType maybeLimit = do
printDebug "[updatePie] maybeListId" maybeListId printDebug "[updatePie] maybeListId" maybeListId
printDebug "[updatePie] tabType" tabType printDebug "[updatePie] tabType" tabType
printDebug "[updatePie] maybeLimit" maybeLimit printDebug "[updatePie] maybeLimit" maybeLimit
_ <- updatePie' cId maybeListId tabType maybeLimit -- _ <- updatePie' cId maybeListId tabType maybeLimit
pure () pure ()
updatePie' :: FlowCmdM env err m => updatePie' :: FlowCmdM env err m =>
...@@ -375,7 +375,7 @@ updateTree cId maybeListId tabType listType = do ...@@ -375,7 +375,7 @@ updateTree cId maybeListId tabType listType = do
printDebug "[updateTree] maybeListId" maybeListId printDebug "[updateTree] maybeListId" maybeListId
printDebug "[updateTree] tabType" tabType printDebug "[updateTree] tabType" tabType
printDebug "[updateTree] listType" listType printDebug "[updateTree] listType" listType
_ <- updateTree' cId maybeListId tabType listType -- _ <- updateTree' cId maybeListId tabType listType
pure () pure ()
updateTree' :: FlowCmdM env err m => updateTree' :: FlowCmdM env err m =>
......
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