remove debug output from bike profile

This commit is contained in:
Dennis Luxen 2014-11-19 09:47:23 +01:00
parent 0f4dd8103d
commit f3e3eda69e

View File

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