From a85fe2cb08cfa2d7f875d4d8d9cec45418930d79 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Thu, 19 Feb 2015 16:22:46 +0100 Subject: [PATCH] remove debug output, thx @emiltin --- profiles/car.lua | 1 - 1 file changed, 1 deletion(-) 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