Skip to content

Commit

Permalink
remove console comments
Browse files Browse the repository at this point in the history
  • Loading branch information
philmillman committed Nov 13, 2024
1 parent d610fcb commit b7a2d9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/cli/commands/resolve.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ program.action(async (opts: {
const ctx = getCliRunCtx();

const isSilent = !!opts.silent || isSubshell();
// console.log('isSilent', isSilent);
// console.log('subshell', isSubshell());

if (opts.format) ctx.expectingOutput = true;

Expand Down

0 comments on commit b7a2d9d

Please sign in to comment.