diff options
-rw-r--r-- | lib/valueLimits.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/valueLimits.js b/lib/valueLimits.js index 135fa15..797d16d 100644 --- a/lib/valueLimits.js +++ b/lib/valueLimits.js @@ -6,7 +6,6 @@ * @returns {boolean} */ module.exports = (feature) => { - console.log(feature) if ('addr:flats' in feature.properties && feature.properties['addr:flats'] !== null && feature.properties['addr:flats'].length > 255) { // TODO need to work out why nulls are appearing when using //if ('addr:flats' in feature.properties && feature.properties['addr:flats'].length > 255) { |