We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1ec94 commit 98e6955Copy full SHA for 98e6955
app/client/containers/LoginPage.js
@@ -9,7 +9,6 @@ const mapStateToProps = (state) => {
9
10
const mapDispatchToProps = (dispatch) => {
11
const user = bindActionCreators(userActions, dispatch);
12
- console.log('userActions:', user.login);
13
return {
14
onLogin: user.login
15
};
0 commit comments