mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 08:43:21 +08:00
chore: remove leftover debugging code
This commit is contained in:
parent
9dc5f1572c
commit
06eb613c9b
|
@ -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}`)) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user