Skip to content

Commit

Permalink
Update createFixture.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Sep 24, 2024
1 parent 47d4c0d commit e122cb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/bundling/scripts/createFixture.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ async function readFixtureTemplateValues(fileUrl) {
})
.join('\n');

console.log(requires);

const usageMatch = code.match(/\/\/ #region usage(.+?)\/\/ #endregion/s);
const [usage] = usageMatch;

Expand Down

0 comments on commit e122cb7

Please sign in to comment.