Skip to content

Commit

Permalink
Merge pull request #573 from centrica-engineering/hotfix/remove-console
Browse files Browse the repository at this point in the history
fix: remove console log
  • Loading branch information
jholt1 authored Dec 1, 2023
2 parents b140999 + 1db5ac6 commit f45399e
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 f45399e

Please sign in to comment.