Skip to content

Commit 16c709e

Browse files
committed
Remove accidental console.log
1 parent dc0a105 commit 16c709e

File tree

1 file changed

+0
-1
lines changed
  • test/samples/transpile-concat-hires

1 file changed

+0
-1
lines changed

test/samples/transpile-concat-hires/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ describe('transpile then concatenate', () => {
2929
const remapped = remapping(map, (file) => {
3030
return file.endsWith('.mjs') ? null : read(`${file}.map`);
3131
});
32-
console.log(JSON.stringify(remapped, null, 2));
3332

3433
const consumer = new SourceMapConsumer((remapped as unknown) as RawSourceMap);
3534
// the foo in bundle.js

0 commit comments

Comments
 (0)