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);