Skip to content

Commit 2bf4e4a

Browse files
authored
remove console.log()
1 parent 5d8ae1e commit 2bf4e4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/SchemaRow/TopLevelSchemaRow.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ export const TopLevelSchemaRow = ({
2020
}: Pick<SchemaRowProps, 'schemaNode'> & { skipDescription?: boolean }) => {
2121
const { selectedChoice, setSelectedChoice, choices } = useChoices(schemaNode);
2222
const childNodes = React.useMemo(() => visibleChildren(selectedChoice.type), [selectedChoice.type]);
23-
// eslint-disable-next-line no-console
24-
console.log({ childNodes });
2523
const nestingLevel = 0;
2624

2725
const nodeId = schemaNode.fragment?.['x-stoplight']?.id;

0 commit comments

Comments
 (0)