Skip to content

Commit 8c9bc68

Browse files
committed
Remove console.log statement left from previous commit
1 parent 86c05b7 commit 8c9bc68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ui.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ export function getArrayFormRow(args) {
271271
} else if (schema.items.hasOwnProperty('anyOf')) {
272272
groups.push(<AnyOf parentArgs={args} nextArgs={{...nextArgs}} key={"anyOf_" + name + '_' + i} />);
273273
} else {
274-
console.log(nextArgs)
275274
rows.push(getStringFormRow(nextArgs));
276275
}
277276
}

0 commit comments

Comments
 (0)