Skip to content

Commit

Permalink
fix:minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Paribesh01 committed Jan 17, 2025
1 parent 031870a commit 3ea5673
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/start/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class preview extends Command {
const { argv, flags } = await this.parse(preview);
const AsyncAPIFiles = argv as string[];

console.log('Got flags: ', flags, argv);
this.startServer(AsyncAPIFiles, flags);
}

Expand Down

0 comments on commit 3ea5673

Please sign in to comment.