Skip to content

Commit 3ea5673

Browse files
committed
fix:minor change
1 parent 031870a commit 3ea5673

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/start/preview.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class preview extends Command {
2020
const { argv, flags } = await this.parse(preview);
2121
const AsyncAPIFiles = argv as string[];
2222

23-
console.log('Got flags: ', flags, argv);
2423
this.startServer(AsyncAPIFiles, flags);
2524
}
2625

0 commit comments

Comments
 (0)