Skip to content

Commit 3fd5646

Browse files
committed
add ref
1 parent 3360ae7 commit 3fd5646

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/form-engine/src/layout/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export class LayoutContext {
3131
<>
3232
{layouts.map((layout:FormLayout) => {
3333
const LayoutComponent = LayoutRegister.getInstance().getLayoutComponent(layout.type);
34-
console.log('LayoutComponent', layout);
3534
if (LayoutComponent) {
3635
return (
3736
<LayoutComponent

0 commit comments

Comments
 (0)