Skip to content

Commit

Permalink
remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
apvarun authored Oct 24, 2023
1 parent 088feb6 commit 12dfcc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit 12dfcc1

Please sign in to comment.