Remove console.log
This commit is contained in:
parent
4694cc8e0f
commit
c5a43450d3
1 changed files with 0 additions and 2 deletions
|
@ -45,10 +45,8 @@ Some advanced functions are available on <b>feat</b> as well:
|
||||||
for (const layerId of layerIds) {
|
for (const layerId of layerIds) {
|
||||||
const otherLayer = featuresPerLayer.get(layerId);
|
const otherLayer = featuresPerLayer.get(layerId);
|
||||||
if (otherLayer === undefined) {
|
if (otherLayer === undefined) {
|
||||||
console.error(`Trying to calculate 'overlapWith' with specified layer ${layerId}, but such layer is found`);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (otherLayer.length === 0) {
|
if (otherLayer.length === 0) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue