forked from iarv/vscode-front-matter
Remove logging
This commit is contained in:
@@ -24,8 +24,6 @@ function Text({
|
||||
...props
|
||||
}: TextFieldProps) {
|
||||
|
||||
console.log('TextFieldProps', props);
|
||||
|
||||
return (
|
||||
<div {...filterDOMProps(props)}>
|
||||
<LabelField label={label} id={id} required={props.required} />
|
||||
|
||||
Reference in New Issue
Block a user