Skip to content

Commit 98e6955

Browse files
author
Andrej Mihajlov
committed
Remove console.log
1 parent 8a1ec94 commit 98e6955

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/client/containers/LoginPage.js

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const mapStateToProps = (state) => {
99

1010
const mapDispatchToProps = (dispatch) => {
1111
const user = bindActionCreators(userActions, dispatch);
12-
console.log('userActions:', user.login);
1312
return {
1413
onLogin: user.login
1514
};

0 commit comments

Comments
 (0)