Skip to content

Commit 14d53eb

Browse files
Merge pull request #539 from AustinLeeGordon/chore/remove-log
chore: remove unnecessary console.log
2 parents f2075b8 + 7bf33ea commit 14d53eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/cmd.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ program.version(pkg.version);
1818
program.showHelpAfterError();
1919

2020
const stringBooleanToBoolean = (val) => {
21-
console.log({ val });
2221
if (typeof val !== 'string' && (val !== 'true' || val !== 'false')) {
2322
throw Error(`Incorrect string value: ${val}`);
2423
}

0 commit comments

Comments
 (0)