remove debug output from bike profile
This commit is contained in:
parent
0f4dd8103d
commit
f3e3eda69e
@ -179,7 +179,6 @@ function way_function (way, result)
|
|||||||
-- access
|
-- access
|
||||||
local access = Access.find_access_tag(way, access_tags_hierachy)
|
local access = Access.find_access_tag(way, access_tags_hierachy)
|
||||||
if access and access_tag_blacklist[access] then
|
if access and access_tag_blacklist[access] then
|
||||||
io.write("skipping " .. access .. "\n")
|
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user