1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 15:07:53 +02:00

chore: remove leftover debugging code

This commit is contained in:
Sami Mazouz
2024-09-11 12:18:35 +01:00
parent 9dc5f1572c
commit 06eb613c9b

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