Skip to content

Commit

Permalink
fix: revert console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Apr 20, 2021
1 parent d89b570 commit 3f472b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/instrument/src/babel/extract-component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ const componentRelatedMetrics = async (
.filter(f => f.startsWith(`.${path.sep}`))
.map(f => path.resolve(componetFolder, f))
: [];
console.log(dependents);
const testResults = await extractTests(
[component.request, ...dependents],
jest,
Expand Down

0 comments on commit 3f472b1

Please sign in to comment.