From 0ea44197f3dc982ad6ceb3a2360a0160e7cf5c2e Mon Sep 17 00:00:00 2001 From: Daniel Paddon Date: Thu, 18 Apr 2024 15:08:11 +0100 Subject: [PATCH] remove unneccessary statements --- geojson-tidy.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/geojson-tidy.js b/geojson-tidy.js index 4cb07cf..8cf50bc 100644 --- a/geojson-tidy.js +++ b/geojson-tidy.js @@ -125,12 +125,8 @@ function tidy(geojson, options) { } }); - continue; } - // DEBUG - // console.log(JSON.stringify(tidyOutput)); - // Your tidy geojson is served return tidyOutput;