diff --git a/src/deck-components/TextField.tsx b/src/deck-components/TextField.tsx index 16a262a..ef8dc11 100644 --- a/src/deck-components/TextField.tsx +++ b/src/deck-components/TextField.tsx @@ -25,5 +25,3 @@ export interface TextFieldProps { export const TextField = Object.values(CommonUIModule).find( (mod: Module) => mod?.validateUrl && mod?.validateEmail, ) as VFC; - -console.log(TextField);