remove inspect

This commit is contained in:
Álvaro 2024-06-14 02:54:03 +02:00
parent 656edf30a7
commit 45f72cb836

View File

@ -6,7 +6,6 @@ defmodule LolAnalytics.Facts.FactsRunner do
|> peach(fn %{key: path} ->
get_facts()
|> Enum.each(fn fact_runner ->
IO.inspect(path)
apply(fact_runner, ["http://192.168.1.55:9000/ranked/#{path}"])
end)
end)