Skip to content

Commit 3f61ffe

Browse files
committed
Remove unnecessary log
1 parent ce5d0e5 commit 3f61ffe

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/next/taskfile-swc.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,6 @@ module.exports = function (task) {
143143
}
144144

145145
if (output.map) {
146-
console.log('Detected task for swc', {
147-
file: file.base,
148-
interopClientDefaultExport,
149-
esm,
150-
})
151146
if (interopClientDefaultExport && !esm) {
152147
output.code += `
153148
if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {

0 commit comments

Comments
 (0)