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:
parent
c3e06356d6
commit
72a23645a8
@ -23,8 +23,6 @@ function Measure.parse_value_meters(value)
|
|||||||
end
|
end
|
||||||
return n
|
return n
|
||||||
end
|
end
|
||||||
|
|
||||||
print("Can't parse value: ", value)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
--- according to http://wiki.openstreetmap.org/wiki/Map_Features/Units#Explicit_specifications
|
--- 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
|
return tonumber(m) * 1000
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
--
|
|
||||||
print("Can't parse value: ", value)
|
|
||||||
return
|
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Get maxheight of specified way in meters. If there are no
|
--- Get maxheight of specified way in meters. If there are no
|
||||||
|
Loading…
Reference in New Issue
Block a user