Skip to content

Commit 04ffd54

Browse files
author
farfromrefuge
committed
chore: log cleanup
1 parent b1d978b commit 04ffd54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ui-carto/vectortiles/index.android.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export class MBVectorTileDecoder extends BaseVectorTileDecoder<com.carto.vectort
3838
return new com.carto.vectortiles.MBVectorTileDecoder(new com.carto.styles.CartoCSSStyleSet(options.cartoCss));
3939
}
4040
} else if (pack) {
41-
console.log('new com.carto.styles.CompiledStyleSet', pack, options.style, options);
4241
const vectorTileStyleSet = new com.carto.styles.CompiledStyleSet(pack, options.style);
4342
const result = new com.carto.vectortiles.MBVectorTileDecoder(vectorTileStyleSet);
4443
return result;

0 commit comments

Comments
 (0)