diff options
Diffstat (limited to 'app/geometry.js')
| -rw-r--r-- | app/geometry.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/geometry.js b/app/geometry.js index d0f5467..ac6b46c 100644 --- a/app/geometry.js +++ b/app/geometry.js @@ -149,7 +149,6 @@ export class Geometry { case "MultiPolygon": return Polygon.fromGeoJSON(geojson); default: - debugger; throw new Error(`Invalid GeoJSON object: missing required 'type' property`); } } |
