diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-16 18:57:26 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-16 18:57:26 +1000 |
commit | 35e8f36bcddebc602b0749f3e5657d47c2307c10 (patch) | |
tree | a8ded4a9a81f355b0dae8d4931fde6f6d7f1e0f1 /lib | |
parent | 426412dd82ac213d4427ad50591a907dc38574db (diff) |
remove excessive development logging
Diffstat (limited to 'lib')
-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) { |