diff --git a/src/index.ts b/src/index.ts index 3222914..d5cf73a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -73,8 +73,6 @@ async function run() { categories, }; - console.log(output); - if (parsed.options.json) { let jsonPath = join(root, parsed.options.json); if (!jsonPath.endsWith('.json')) {