aboutsummaryrefslogtreecommitdiffstats
path: root/ui/lib
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-07-12 11:53:26 +0800
committerDan Finlay <dan@danfinlay.com>2016-07-12 11:53:26 +0800
commite21a48da838401efed696d2ec0404cec93cee8ff (patch)
treefa178267c0a5debd58abdf285575f4ae8afdc735 /ui/lib
parent539fe3e940ca364d0af0abc9cf1e361ea39c1151 (diff)
downloadtangerine-wallet-browser-e21a48da838401efed696d2ec0404cec93cee8ff.tar
tangerine-wallet-browser-e21a48da838401efed696d2ec0404cec93cee8ff.tar.gz
tangerine-wallet-browser-e21a48da838401efed696d2ec0404cec93cee8ff.tar.bz2
tangerine-wallet-browser-e21a48da838401efed696d2ec0404cec93cee8ff.tar.lz
tangerine-wallet-browser-e21a48da838401efed696d2ec0404cec93cee8ff.tar.xz
tangerine-wallet-browser-e21a48da838401efed696d2ec0404cec93cee8ff.tar.zst
tangerine-wallet-browser-e21a48da838401efed696d2ec0404cec93cee8ff.zip
Linted
Diffstat (limited to 'ui/lib')
-rw-r--r--ui/lib/contract-namer.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/lib/contract-namer.js b/ui/lib/contract-namer.js
index 62c7933e8..c99d44de6 100644
--- a/ui/lib/contract-namer.js
+++ b/ui/lib/contract-namer.js
@@ -13,7 +13,6 @@ module.exports = function(addr, identities = {}) {
const address = addr.toLowerCase()
const ids = hashFromIdentities(identities)
- console.dir({ addr, ids })
return addrFromHash(address, ids) || addrFromHash(address, nicknames)
}