Skip to content

Commit

Permalink
fix(compartment-mapper): remove unused log in test
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis committed Dec 14, 2022
1 parent 9a5cea8 commit 82bf889
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/compartment-mapper/test/test-transform.js
Expand Up @@ -175,7 +175,6 @@ test('module transforms can be used for extensions where the language is not kno
.replace('lambda(', '(')
.replace('): ', ') => ')
.replace(' add ', ' + ');
console.log('done:\n', output);
const objectBytes = new TextEncoder().encode(output);
return { bytes: objectBytes, parser: 'mjs' };
},
Expand Down

0 comments on commit 82bf889

Please sign in to comment.