Remove logs.

This commit is contained in:
Kevin Serrano 2016-08-16 14:49:53 -07:00
parent 0b052e94cc
commit 5afaebe602
1 changed files with 0 additions and 3 deletions

View File

@ -44,9 +44,6 @@ EthBalanceComponent.prototype.render = function () {
)
}
EthBalanceComponent.prototype.renderBalance = function (value, state) {
console.log("THIS IS VALUE")
console.log(value)
console.log(state.conversionRate)
if (value === 'None') return value
var balanceObj = generateBalanceObject(value, state.shorten ? 1 : 3)
var balance