From b19e356a065740deb5706f7ca3bdb74afbec9cd7 Mon Sep 17 00:00:00 2001 From: 6ea86b96 <6ea86b96@gmail.com> Date: Sun, 7 May 2017 16:18:18 +0700 Subject: [PATCH] Remove wallet new address logging --- ui/js/actions/wallet.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/js/actions/wallet.js b/ui/js/actions/wallet.js index 1faae7a5d..79b22d8d6 100644 --- a/ui/js/actions/wallet.js +++ b/ui/js/actions/wallet.js @@ -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({