Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
Iss #28 Removing log statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Wright committed Jul 29, 2017
1 parent 532dd5d commit eebdcbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/WagerFormContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function mapStateToProps(state, props) {
const { season } = state.bets[id];
const balance = getKey(state.users, `${uid}.balance.${season}`);
const wager = getKey(state.users, `${uid}.wagers.${id}`, wagerDefaults);
console.log(wager, balance);
return { wager, balance };
}

Expand Down

0 comments on commit eebdcbc

Please sign in to comment.