Skip to content

Commit 1be324e

Browse files
committed
remove debug log msg
1 parent 8887f46 commit 1be324e

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
@@ -45,8 +45,6 @@ const main = async () => {
4545
const packageInfo = require('../package.json') as PackageJson;
4646
mark('After package.json load');
4747

48-
console.log('packageInfo', packageInfo);
49-
5048
// Set up yargs with the new CLI interface
5149
mark('Before yargs setup');
5250
const argv = await yargs(hideBin(process.argv))

0 commit comments

Comments
 (0)