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

remove Debug statements

parent 82a8cee8
No related branches found
No related tags found
No related merge requests found
......@@ -207,9 +207,6 @@ postInit data local =
filteredData =
filterForYears data year
-- _ =
-- Debug.log "filteredData" filteredData
countryNames =
List.map (\ent -> String.toUpper ent.state) filteredData
......@@ -340,9 +337,6 @@ postInit data local =
)
|> List.Statistics.mean
|> Maybe.withDefault 0
-- _ =
-- Debug.log "meanIssRat" meanIssRat
in
{ source = e.from, target = e.to, distance = (min w h / 1.5) * meanIssRat, strength = Just 1 }
)
......
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