mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
Remove logs.
This commit is contained in:
parent
0b052e94cc
commit
5afaebe602
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user