chore: remove leftover debugging code

This commit is contained in:
Sami Mazouz 2024-09-11 12:18:35 +01:00
parent 9dc5f1572c
commit 06eb613c9b
No known key found for this signature in database

View File

@ -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}`)) {