From 1ae46c7ae143b6d1f0a8dc43de97c072392ac2b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Maria=20Mezzopera?= Date: Tue, 2 Oct 2018 16:56:53 +0200 Subject: [PATCH] chore: removed badly placed warning --- src/mixins/LayerGroup.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mixins/LayerGroup.js b/src/mixins/LayerGroup.js index f94eda6e..c52b9f62 100644 --- a/src/mixins/LayerGroup.js +++ b/src/mixins/LayerGroup.js @@ -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) {