mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
remove unnecessary console.log
This commit is contained in:
@@ -178,10 +178,6 @@ class ConfigForm extends React.Component<Props, State> {
|
|||||||
};
|
};
|
||||||
|
|
||||||
hasError = () => {
|
hasError = () => {
|
||||||
console.log(
|
|
||||||
this.state.error.loginAttemptLimit ||
|
|
||||||
this.state.error.loginAttemptLimitTimeout
|
|
||||||
);
|
|
||||||
return (
|
return (
|
||||||
this.state.error.loginAttemptLimit ||
|
this.state.error.loginAttemptLimit ||
|
||||||
this.state.error.loginAttemptLimitTimeout
|
this.state.error.loginAttemptLimitTimeout
|
||||||
|
|||||||
Reference in New Issue
Block a user