From 15e5df27774fef8d976c74b6ec7bcf8f878e5834 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 17 Sep 2018 12:40:40 +0200 Subject: log in / log out --- app/client/auth/login.component.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/client/auth/login.component.js') diff --git a/app/client/auth/login.component.js b/app/client/auth/login.component.js index 723d68a..2ef01a6 100644 --- a/app/client/auth/login.component.js +++ b/app/client/auth/login.component.js @@ -15,7 +15,6 @@ class Login extends Component { } constructor() { super() - console.log('yooooooo') this.handleChange = this.handleChange.bind(this) this.handleSubmit = this.handleSubmit.bind(this) } @@ -31,7 +30,6 @@ class Login extends Component { this.props.actions.login(this.state.username, this.state.password) } render(){ - console.log('yooooooo') if (this.props.auth.isAuthenticated) { let { returnTo } = this.props.auth if (!returnTo || returnTo.match(/(login|logout|signup)/i)) { -- cgit v1.2.3-70-g09d2