Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Mar 4, 2022
1 parent b8b8551 commit 1f02c84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Delegations.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ class Delegations extends React.Component {
const validator = this.props.validators[validatorAddress]
if(validator){
const rewards = this.state.rewards && this.state.rewards[validatorAddress]
console.log(rewards)
const denomRewards = rewards && this.denomRewards(rewards)
const operator = this.operatorForValidator(validatorAddress)
let rowVariant = operator ? 'table-warning' : undefined
Expand Down

0 comments on commit 1f02c84

Please sign in to comment.