aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/app/components/identicon.js1
1 files changed, 0 insertions, 1 deletions
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)