From 5d94007891ab7c9b2d4b5a7e7464c5986fd5c5dd Mon Sep 17 00:00:00 2001 From: orangemug Date: Sat, 16 Dec 2023 11:25:26 +0000 Subject: [PATCH] Removed '[ol-mapbox-style]' prefix in debug message. --- src/apply.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/apply.js b/src/apply.js index 86705899..1774df50 100644 --- a/src/apply.js +++ b/src/apply.js @@ -1030,9 +1030,7 @@ function processStyle(glStyle, mapOrGroup, styleUrl, options) { if (type == 'heatmap') { //FIXME Unsupported layer type // eslint-disable-next-line no-console - console.debug( - `[ol-mapbox-style] layers[${i}].type "${type}" not supported` - ); + console.debug(`layers[${i}].type "${type}" not supported`); continue; } else { id = glLayer.source || getSourceIdByRef(glLayers, glLayer.ref);