Skip to content

Commit 32298a9

Browse files
remove invalid statements
1 parent bb0fb6c commit 32298a9

File tree

2 files changed

+97
-98
lines changed

2 files changed

+97
-98
lines changed

package-lock.json

Lines changed: 97 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/apps/cli/commands/validate.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ export default class Validate extends Command {
3535
};
3636

3737
async run() {
38-
console.error('🏃 Validate command run() method called');
3938
const { args, flags } = await this.parse(Validate); //NOSONAR
4039
let filePath = args['spec-file'];
41-
console.error('📁 File path:', filePath);
4240
const proxyHost = flags['proxyHost'];
4341
const proxyPort = flags['proxyPort'];
4442

0 commit comments

Comments
 (0)