Skip to content

Commit

Permalink
Remove unnecesary console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Aug 31, 2020
1 parent 06b87f8 commit 4bbb8bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/screens/ProposalDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ function ProposalDetail({
return false
}

console.log('cancelRole', creator, connectedAccount)
if (addressesEqual(creator, connectedAccount)) {
console.log('aja')
return true
}

Expand Down

0 comments on commit 4bbb8bb

Please sign in to comment.