mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-07 17:32:58 +02:00
Remove log
This commit is contained in:
@@ -90,8 +90,6 @@ export const ContentTypeRelationshipField: React.FunctionComponent<IContentTypeR
|
||||
});
|
||||
}, [choices, crntSelected, multiSelect]);
|
||||
|
||||
console.log('availableChoices', availableChoices);
|
||||
|
||||
const showRequiredState = useMemo(() => {
|
||||
return (
|
||||
required && ((crntSelected instanceof Array && crntSelected.length === 0) || !crntSelected)
|
||||
|
||||
Reference in New Issue
Block a user