Skip to content

Commit 17149c0

Browse files
committed
fix: accidental code
1 parent 962cc3d commit 17149c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/cli/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ program
8282
)
8383
.action(() => {
8484
const options = program.opts();
85-
console.log(options);
86-
return;
8785
// Select the client
8886
let client: 'yarn' | 'npm' = isYarn ? 'yarn' : 'npm';
8987
if (options && options.client) {

0 commit comments

Comments
 (0)