1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Remove log

This commit is contained in:
Dan Finlay 2016-05-11 00:11:23 -07:00
parent c8640537e6
commit 277cff4e10

View File

@ -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)