remove debug output

This commit is contained in:
Dennis Luxen 2015-02-26 16:17:42 +01:00
parent 7cf363eb06
commit 845020b0e2

View File

@ -280,9 +280,7 @@ function way_function (way, result)
-- handling movable bridges
local bridge_speed = speed_profile[bridge]
if (bridge_speed and bridge_speed > 0) then
io.write("-bridge: "..bridge.."\n")
highway = bridge;
io.write("-highway: "..highway.."\n")
local duration = way:get_value_by_key("duration")
if duration and durationIsValid(duration) then
result.duration = max( parseDuration(duration), 1 );