chore: changes eslint rules no-console and cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -34,4 +34,4 @@ export default function localizationMiddleware(localization) {
|
||||
};
|
||||
|
||||
return middleware;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user