Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej Mihajlov committed Feb 1, 2017
1 parent 8a1ec94 commit 98e6955
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/client/containers/LoginPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const mapStateToProps = (state) => {

const mapDispatchToProps = (dispatch) => {
const user = bindActionCreators(userActions, dispatch);
console.log('userActions:', user.login);
return {
onLogin: user.login
};
Expand Down

0 comments on commit 98e6955

Please sign in to comment.