remove console.log

This commit is contained in:
rizrmd 2024-05-29 14:47:32 +07:00
parent e06490e967
commit ead75b7f42
1 changed files with 0 additions and 2 deletions

View File

@ -187,8 +187,6 @@ export const devItem = (
item[k] = v;
}
} else if (c.type === "child" && Array.isArray(c.childs)) {
console.log("faisol", c.childs);
if (item.component?.id) {
if (!item.component.props) {
item.component.props = {};