diff --git a/packages/cli/src/commands/info.ts b/packages/cli/src/commands/info.ts index 4e990e9d..b0fd7c76 100644 --- a/packages/cli/src/commands/info.ts +++ b/packages/cli/src/commands/info.ts @@ -190,7 +190,6 @@ export const tiffTileStats: CliTableInfo = { }; for (const st of sizes) { if (st === 0) stats.empty++; - console.log(st, stats); stats.size += st; } if (stats.size === 0) return `${c.red('empty')} x${stats.empty}`;