Remove wallet new address logging
This commit is contained in:
parent
e08419e534
commit
b19e356a06
1 changed files with 0 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Reference in a new issue