Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
thomheymann committed Dec 15, 2021
1 parent d0c3ac4 commit b8a4561
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -121,7 +121,6 @@ export class LoginPage extends Component<Props, State> {
const contentBodyClasses = classNames('loginWelcome__content', 'loginWelcome-body', {
['loginWelcome__contentDisabledForm']: !loginIsSupported,
});
console.log(this.props);

return (
<div className="loginWelcome login-form">
Expand Down

0 comments on commit b8a4561

Please sign in to comment.