1
0
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:
Dan Finlay 2017-06-14 18:12:41 -07:00
parent 1814721e80
commit 68389d5d49

View File

@ -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', {