From e21a48da838401efed696d2ec0404cec93cee8ff Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 11 Jul 2016 20:53:26 -0700 Subject: Linted --- ui/lib/contract-namer.js | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/lib/contract-namer.js') 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) } -- cgit v1.2.3