diff --git a/src/Views/ForceDirectedGraph.elm b/src/Views/ForceDirectedGraph.elm index 2c5842e916606f44fa79a4df83adde1b63d0fa76..2e4fef34df79d7db0ccaaa7c98a59666366340da 100644 --- a/src/Views/ForceDirectedGraph.elm +++ b/src/Views/ForceDirectedGraph.elm @@ -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 } )