forked from MapComplete/MapComplete
Chore: remove obsolete log
This commit is contained in:
parent
aea2a35609
commit
f0a5f62237
1 changed files with 0 additions and 1 deletions
|
@ -734,7 +734,6 @@ export class GeoOperations {
|
|||
const splitted: Feature<LineString>[] = [].concat(...lines)
|
||||
const kept: Feature<LineString>[] = []
|
||||
for (const f of splitted) {
|
||||
console.log("Checking", f)
|
||||
if (!GeoOperations.inside(GeoOperations.centerpointCoordinates(f), boundary)) {
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue