diff options
Diffstat (limited to 'ui/app/components/wallet-view.js')
-rw-r--r-- | ui/app/components/wallet-view.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/components/wallet-view.js b/ui/app/components/wallet-view.js index 8fd555ccb..4d1ac1a49 100644 --- a/ui/app/components/wallet-view.js +++ b/ui/app/components/wallet-view.js @@ -46,7 +46,6 @@ WalletView.prototype.render = function () { h('div.phone-visible.fa.fa-bars', { onClick: () => { - console.log("click received-inwalletview") this.props.hideSidebar() } }, [ @@ -128,7 +127,6 @@ WalletView.prototype.render = function () { }, 'BUY'), h('div.wallet-btn', { onClick: () => { - console.log("SHOW"); this.props.showSendPage(); }, style: { |