remove further debug output from profiles

This commit is contained in:
Dennis Luxen
2014-11-19 09:58:41 +01:00
parent 288c241fb4
commit 4fce0dadcf
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -49,7 +49,6 @@ function node_function (node, result)
local traffic_signal = node:get_value_by_key("highway")
if traffic_signal and traffic_signal == "traffic_signals" then
io.write("traffic_signal\n")
result.traffic_lights = true;
-- TODO: a way to set the penalty value
end