fix console.log

This commit is contained in:
Rizky 2024-03-20 13:19:52 +07:00
parent c2f85a5735
commit 9acf151c23
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -38,7 +38,6 @@ export const initBaseRoute = async () => {
base.layout.meta = {};
if (base.layout.root) {
await scanComponent(base.layout.root.childs);
console.log(Object.values(base.comp.list).map((e) => e.name));
rebuildMeta(base.layout.meta, base.layout.root);
}
}