From 35e8f36bcddebc602b0749f3e5657d47c2307c10 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Sun, 16 May 2021 18:57:26 +1000 Subject: remove excessive development logging --- lib/valueLimits.js | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/valueLimits.js') 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) { -- cgit v1.2.3