Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Barber committed Dec 18, 2023
1 parent 3754ab3 commit 450e75a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/ecmascript.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ async function runTests(importPath) {
let str = exec.toString().replace('{/*', '{').replace('*/}', '}');
str = `var obj = { exec: ${str} }`;
const filename = path.join(tmpdir, `test${Math.random().toString().slice(2)}.js`);
console.log(filename);
console.log(str);
await writeFile(filename, str, 'utf8');
const { fileList, warnings } = await nodeFileTrace([filename], {
base: `${__dirname}/../`,
Expand Down

0 comments on commit 450e75a

Please sign in to comment.