From 06eb613c9b2190e78888fa96c9516f998b127701 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Wed, 11 Sep 2024 12:18:35 +0100 Subject: [PATCH] chore: remove leftover debugging code --- js-packages/webpack-config/src/RegisterAsyncChunksPlugin.cjs | 4 ---- 1 file changed, 4 deletions(-) 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}`)) {