mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-03-28 17:42:40 +01:00
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