Remove wallet new address logging

This commit is contained in:
6ea86b96 2017-05-07 16:18:18 +07:00
parent e08419e534
commit b19e356a06
No known key found for this signature in database
GPG key ID: B282D183E4931E8F

View file

@ -41,7 +41,6 @@ export function doGetNewAddress() {
type: types.GET_NEW_ADDRESS_STARTED
})
console.log('do get new address');
lbry.wallet_new_address().then(function(address) {
localStorage.setItem('wallet_address', address);
dispatch({