Remove excessive log

feature/default_network_editable
Dan Finlay 7 years ago
parent 1814721e80
commit 68389d5d49
  1. 1
      ui/app/components/token-cell.js

@ -13,7 +13,6 @@ function TokenCell () {
TokenCell.prototype.render = function () { TokenCell.prototype.render = function () {
const props = this.props const props = this.props
const { address, symbol, string, network, userAddress } = props const { address, symbol, string, network, userAddress } = props
log.info({ address, symbol, string, network })
return ( return (
h('li.token-cell', { h('li.token-cell', {

Loading…
Cancel
Save