Skip to content

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jholt1 committed Dec 1, 2023
1 parent 01b79f3 commit e84aa7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/muon/scripts/utils/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ const analyze = async () => {
return { fileName: file, text: code.toString() };
});

console.log('Analyzing files: ', files.map((file) => file.fileName));

const { results } = analyzeText(files);

return results.map((result) => {
Expand Down

0 comments on commit e84aa7d

Please sign in to comment.