From ab649b9fa1ceea75dfa6070b7bd9b5da6b8123ed Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Tue, 1 Oct 2024 00:34:58 +0200 Subject: [PATCH] Removed debugging line --- src/commands/tiles.ts | 1 - 1 file changed, 1 deletion(-) 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) {