Skip to content

Commit 1e75748

Browse files
committed
🐛 Remove debug console output from code
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 3fe10ce commit 1e75748

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/plugin.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ export function corejsPlugin(
4242
async handler(code, id) {
4343
const moduleInfo = this.getModuleInfo(id)
4444
if (!moduleInfo.isExternal && !moduleInfo.id.includes('node_modules')) {
45-
console.warn("got id: ", moduleInfo.id)
46-
4745
let { list } = compat.compat({ targets: config.targets, modules: config.modules, exclude: config.exclude });
4846
if (config.usage) {
4947
const ast = this.parse(code)

0 commit comments

Comments
 (0)