Skip to content

Commit

Permalink
chore: removed badly placed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolò Maria Mezzopera committed Oct 2, 2018
1 parent 886a77d commit 1ae46c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mixins/LayerGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default {
this.parentContainer.removeLayer(layer, true);
},
setLayerType (newVal, oldVal) {
console.warn('setLayerType has beed deprecated and is going to be removed on the next major version');
if (newVal === oldVal) return;
this.parentContainer.removeLayer(this);
if (this.visible) {
Expand Down

0 comments on commit 1ae46c7

Please sign in to comment.