Skip to content

Commit

Permalink
remove unneccessary statements
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaddon committed Apr 18, 2024
1 parent b3f5787 commit 0ea4419
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions geojson-tidy.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,8 @@ function tidy(geojson, options) {
}
});

continue;
}

// DEBUG
// console.log(JSON.stringify(tidyOutput));

// Your tidy geojson is served
return tidyOutput;

Expand Down

0 comments on commit 0ea4419

Please sign in to comment.