We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3360ae7 commit 3fd5646Copy full SHA for 3fd5646
1 file changed
packages/form-engine/src/layout/index.tsx
@@ -31,7 +31,6 @@ export class LayoutContext {
31
<>
32
{layouts.map((layout:FormLayout) => {
33
const LayoutComponent = LayoutRegister.getInstance().getLayoutComponent(layout.type);
34
- console.log('LayoutComponent', layout);
35
if (LayoutComponent) {
36
return (
37
<LayoutComponent
0 commit comments