aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/components/buy-button-subview.js
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-04-03 03:48:01 +0800
committerkumavis <aaron@kumavis.me>2018-04-03 03:48:01 +0800
commitb7b95f269d8b1a2237bfe25e36e8a9832116a6b2 (patch)
treecfceb271e8262130535f79b1bad100f402115255 /old-ui/app/components/buy-button-subview.js
parent4dd2bfade1b4c87f6dac64858028e86dd92fc671 (diff)
downloadtangerine-wallet-browser-b7b95f269d8b1a2237bfe25e36e8a9832116a6b2.tar.gz
tangerine-wallet-browser-b7b95f269d8b1a2237bfe25e36e8a9832116a6b2.tar.zst
tangerine-wallet-browser-b7b95f269d8b1a2237bfe25e36e8a9832116a6b2.zip
old-ui - lint fixes
Diffstat (limited to 'old-ui/app/components/buy-button-subview.js')
-rw-r--r--old-ui/app/components/buy-button-subview.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/old-ui/app/components/buy-button-subview.js b/old-ui/app/components/buy-button-subview.js
index 843627c33..56d173839 100644
--- a/old-ui/app/components/buy-button-subview.js
+++ b/old-ui/app/components/buy-button-subview.js
@@ -247,7 +247,6 @@ BuyButtonSubview.prototype.backButtonContext = function () {
if (this.props.context === 'confTx') {
this.props.dispatch(actions.showConfTxPage(false))
} else {
- console.log(`actions.goHome`, actions.goHome);
this.props.dispatch(actions.goHome())
}
}