mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-07 17:32:58 +02:00
Remove logging
This commit is contained in:
@@ -24,8 +24,6 @@ function Text({
|
|||||||
...props
|
...props
|
||||||
}: TextFieldProps) {
|
}: TextFieldProps) {
|
||||||
|
|
||||||
console.log('TextFieldProps', props);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div {...filterDOMProps(props)}>
|
<div {...filterDOMProps(props)}>
|
||||||
<LabelField label={label} id={id} required={props.required} />
|
<LabelField label={label} id={id} required={props.required} />
|
||||||
|
|||||||
Reference in New Issue
Block a user