mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove excessive log
This commit is contained in:
parent
1814721e80
commit
68389d5d49
@ -13,7 +13,6 @@ function TokenCell () {
|
||||
TokenCell.prototype.render = function () {
|
||||
const props = this.props
|
||||
const { address, symbol, string, network, userAddress } = props
|
||||
log.info({ address, symbol, string, network })
|
||||
|
||||
return (
|
||||
h('li.token-cell', {
|
||||
|
Loading…
Reference in New Issue
Block a user