Skip to content

Commit 1ae46c7

Browse files
author
Nicolò Maria Mezzopera
committed
chore: removed badly placed warning
1 parent 886a77d commit 1ae46c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mixins/LayerGroup.js

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export default {
2626
this.parentContainer.removeLayer(layer, true);
2727
},
2828
setLayerType (newVal, oldVal) {
29-
console.warn('setLayerType has beed deprecated and is going to be removed on the next major version');
3029
if (newVal === oldVal) return;
3130
this.parentContainer.removeLayer(this);
3231
if (this.visible) {

0 commit comments

Comments
 (0)