mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
remove unused console.log
This commit is contained in:
@@ -178,11 +178,6 @@ class ConfigForm extends React.Component<Props, State> {
|
||||
};
|
||||
|
||||
hasError = () => {
|
||||
console.log("loginAttemtLimit " + this.state.error.loginAttemptLimit);
|
||||
console.log(
|
||||
"loginAttemtLimitTimeout " + this.state.error.loginAttemptLimitTimeout
|
||||
);
|
||||
|
||||
console.log(
|
||||
this.state.error.loginAttemptLimit ||
|
||||
this.state.error.loginAttemptLimitTimeout
|
||||
|
||||
Reference in New Issue
Block a user