Fixed lint

This commit is contained in:
Anna Shchurova
2021-08-23 13:42:56 -04:00
parent 820c123335
commit eafcbb3ec0

View File

@@ -406,7 +406,6 @@ class CanvasBuilder extends VectorContext {
]);
break;
default:
console.warn(`${type} geometry is not supported by custom drawing.`);
}
this.endGeometry(feature);
}