diff --git a/src/commands/tiles.ts b/src/commands/tiles.ts index f2baf7c..c814c68 100644 --- a/src/commands/tiles.ts +++ b/src/commands/tiles.ts @@ -19,7 +19,6 @@ export default class TilesCommand { } for (const tile of tiles) { - console.log(getPublicPath('tiles', tile)) // Check if tile is already 66x34 const metadata = await sharp(getPublicPath('tiles', tile)).metadata() if (metadata.width === 66 && metadata.height === 34) {