remove debug output, thx @emiltin
This commit is contained in:
parent
4c4c126361
commit
a85fe2cb08
@ -252,7 +252,6 @@ function way_function (way, result)
|
|||||||
local width_string = way:get_value_by_key("width")
|
local width_string = way:get_value_by_key("width")
|
||||||
if width_string and tonumber(width_string:match("%d*")) then
|
if width_string and tonumber(width_string:match("%d*")) then
|
||||||
width = tonumber(width_string:match("%d*"))
|
width = tonumber(width_string:match("%d*"))
|
||||||
io.write("width: "..width.."\n")
|
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Check if we are allowed to access the way
|
-- Check if we are allowed to access the way
|
||||||
|
Loading…
Reference in New Issue
Block a user