chore: remove extra log

This commit is contained in:
romanhotsiy 2021-06-02 15:52:08 +03:00
parent 5f1897b4cd
commit 02017bf87d
No known key found for this signature in database
GPG Key ID: 0BC2221278CCBBB8

View File

@ -92,8 +92,6 @@ YargsParser.command(
redocOptions: getObjectOrJSON(argv.options),
};
console.log(config);
try {
await serve(argv.port as number, argv.spec as string, config);
} catch (e) {