Remove "can't parse value" log messages (#4810)

* remove log output of measure.lua
* remove unneccessary return
* quick fix of #4794
This commit is contained in:
Huyen Chau Nguyen 2018-01-18 17:27:45 +01:00 committed by GitHub
parent c3e06356d6
commit 72a23645a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,8 +23,6 @@ function Measure.parse_value_meters(value)
end
return n
end
print("Can't parse value: ", value)
end
--- according to http://wiki.openstreetmap.org/wiki/Map_Features/Units#Explicit_specifications
@ -55,10 +53,6 @@ function Measure.parse_value_kilograms(value)
return tonumber(m) * 1000
end
end
--
print("Can't parse value: ", value)
return
end
--- Get maxheight of specified way in meters. If there are no