chore(textfield): remove console.log

This commit is contained in:
Jonas Dellinger
2022-06-06 23:38:39 +02:00
parent 210b0389f7
commit 23ed5dd157

View File

@@ -25,5 +25,3 @@ export interface TextFieldProps {
export const TextField = Object.values(CommonUIModule).find(
(mod: Module) => mod?.validateUrl && mod?.validateEmail,
) as VFC<TextFieldProps>;
console.log(TextField);