Skip to content

Commit 9605c2b

Browse files
committed
chore: remove log
1 parent ef06ea2 commit 9605c2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cli.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ export const cliOptions = {
6363
return;
6464
}
6565
const [width, height] = arg.split('x').map(Number);
66-
console.log(arg);
6766
if (!width || !height || Number.isNaN(width) || Number.isNaN(height)) {
6867
throw new Error('Invalid viewport. Expected format is `1280x720`.');
6968
}

0 commit comments

Comments
 (0)