chore: changes eslint rules no-console and cleanup

This commit is contained in:
Dan Ribbens
2022-04-29 12:36:21 -04:00
parent bf48fdf189
commit e8503232ba
6 changed files with 22 additions and 28 deletions

View File

@@ -382,14 +382,6 @@ const Form: React.FC<Props> = (props) => {
baseClass,
].filter(Boolean).join(' ');
if (log) {
// eslint-disable-next-line no-console
console.log(fields);
}
console.log(fields);
return (
<form
noValidate