Skip to content

Commit

Permalink
remove log spam
Browse files Browse the repository at this point in the history
  • Loading branch information
justarandomgeek committed Jan 22, 2020
1 parent bd47892 commit 37916d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
for k,v in pairs(data.raw["utility-constants"]["default"].train_path_finding) do
log("Pathologial loading " .. k)
if settings.startup["pathological-"..k] then
data.raw["utility-constants"]["default"].train_path_finding[k] =
settings.startup["pathological-"..k].value
log("ok")
end
end

0 comments on commit 37916d8

Please sign in to comment.