Remove logging

This commit is contained in:
Elio Struyf
2022-02-11 11:30:30 +01:00
parent 70ea6a5a16
commit 1d5f940c94

View File

@@ -24,8 +24,6 @@ function Text({
...props
}: TextFieldProps) {
console.log('TextFieldProps', props);
return (
<div {...filterDOMProps(props)}>
<LabelField label={label} id={id} required={props.required} />