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