mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 21:54:53 +03:00
chore: remove extra log
This commit is contained in:
parent
5f1897b4cd
commit
02017bf87d
|
@ -92,8 +92,6 @@ YargsParser.command(
|
||||||
redocOptions: getObjectOrJSON(argv.options),
|
redocOptions: getObjectOrJSON(argv.options),
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log(config);
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await serve(argv.port as number, argv.spec as string, config);
|
await serve(argv.port as number, argv.spec as string, config);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user