Skip to content

Commit eab3c06

Browse files
Review
1 parent c6cf146 commit eab3c06

File tree

1 file changed

+0
-4
lines changed
  • packages/babel-core/src/config

1 file changed

+0
-4
lines changed

packages/babel-core/src/config/full.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,6 @@ export default gensync<[any], ResolvedConfig | null>(function* loadFullConfig(
192192
.map(plugins => ({ plugins }));
193193
opts.passPerPreset = opts.presets.length > 0;
194194

195-
if (context.filename?.includes("RuntimeErrorContaine")) {
196-
console.log(initialPluginsDescriptors.map(p => p.key));
197-
}
198-
199195
return {
200196
options: opts,
201197
passes: passes,

0 commit comments

Comments
 (0)