diff --git a/test/data/profiles/bad_turn.lua b/test/data/profiles/bad_turn.lua index 0fecb7d2d..a0cd5a1bf 100644 --- a/test/data/profiles/bad_turn.lua +++ b/test/data/profiles/bad_turn.lua @@ -119,9 +119,9 @@ function process_way (profile, way, result) end function process_turn (profile, turn) - if (2 < nil) then - print("2 is less than nil") - end + --if (2 < nil) then + -- print("2 is less than nil") + --end if turn.is_u_turn then turn.duration = turn.duration + profile.properties.u_turn_penalty