diff --git a/js-packages/webpack-config/src/RegisterAsyncChunksPlugin.cjs b/js-packages/webpack-config/src/RegisterAsyncChunksPlugin.cjs index 9421d1b71..691cb50dc 100644 --- a/js-packages/webpack-config/src/RegisterAsyncChunksPlugin.cjs +++ b/js-packages/webpack-config/src/RegisterAsyncChunksPlugin.cjs @@ -110,10 +110,6 @@ class RegisterAsyncChunksPlugin { } }); - if (relevantChunk.name.endsWith('PostStream')) { - console.log(otherRelevantChunkModules); - } - // This is a chunk with many modules, we need to register all of them. modules?.forEach((module) => { if (!module.resource.includes(`${path.sep}src${path.sep}`)) {