Skip to content
Snippets Groups Projects
Commit 7d05f74a authored by Aamon Paul Hoffmann's avatar Aamon Paul Hoffmann
Browse files

remove Debug stuff

parent ff528ebc
No related branches found
No related tags found
No related merge requests found
Pipeline #24373 passed
......@@ -117,8 +117,6 @@ makeGraph data =
-- List.filter
-- (\ent -> ent.state == "Germany")
-- data
-- _ =
-- Debug.log "num edges" <| List.length edges
in
Graph.fromNodeLabelsAndEdgePairs allCountries edges
......@@ -132,9 +130,6 @@ postInit data =
link { from, to } =
( from, to )
_ =
Debug.log "edges" <| Graph.edges graph
forces =
[ Force.links <|
List.map link <|
......@@ -221,10 +216,6 @@ update msg glob { graph, simulation, tickCount, paused } =
( glob, Local.Model graph simulation 0 True, Cmd.none )
Local.Pause ->
let
_ =
Debug.log "paused" paused
in
( glob, Local.Model graph simulation 0 True, Cmd.none )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment