From 277cff4e10efe2a66c10643977302872b2de1bdb Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 11 May 2016 00:11:23 -0700 Subject: [PATCH] Remove log --- ui/app/components/identicon.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/app/components/identicon.js b/ui/app/components/identicon.js index 3fbf3c699..c451c4c57 100644 --- a/ui/app/components/identicon.js +++ b/ui/app/components/identicon.js @@ -33,7 +33,6 @@ IdenticonComponent.prototype.componentDidMount = function(){ var address = state.address if (!address) return - console.log('rendering for address ' + address) var numericRepresentation = jsNumberForAddress(address) var container = findDOMNode(this)