diff --git a/profiles/car.lua b/profiles/car.lua index 8e4d09e18..24fdc2925 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -252,7 +252,6 @@ function way_function (way, result) local width_string = way:get_value_by_key("width") if width_string and tonumber(width_string:match("%d*")) then width = tonumber(width_string:match("%d*")) - io.write("width: "..width.."\n") end -- Check if we are allowed to access the way