diff --git a/packages/babel-compiler/babel-compiler.js b/packages/babel-compiler/babel-compiler.js index b8ead33637..f7779a30e5 100644 --- a/packages/babel-compiler/babel-compiler.js +++ b/packages/babel-compiler/babel-compiler.js @@ -650,7 +650,6 @@ BCp._inferFromSwcRc = function (inputFile, swcOptions, cacheDeps) { if (this._inferHelperForSwc(inputFile, cacheEntry)) { deepMerge(swcOptions, cacheEntry.controlFileData); - console.log("--> (babel-compiler.js-Line: 661)\n swcOptions: ", swcOptions); Object.assign(cacheDeps, cacheEntry.deps); return true; }