remove debug output, thx @emiltin

This commit is contained in:
Dennis Luxen 2015-02-19 16:22:46 +01:00
parent 4c4c126361
commit a85fe2cb08

View File

@ -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