aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/components/buy-button-subview.js
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2018-04-03 06:39:44 +0800
committerGitHub <noreply@github.com>2018-04-03 06:39:44 +0800
commit672e3a463ad9b40f4116269d243145f35c3b6fd5 (patch)
treef64713d94337e988f7de22809116602001337720 /old-ui/app/components/buy-button-subview.js
parent8cd2022169f50607812d1f36d408c098c0dc29ed (diff)
parentfa66b78b8b2c2b8519e818744941cfb6dece92f8 (diff)
downloadtangerine-wallet-browser-672e3a463ad9b40f4116269d243145f35c3b6fd5.tar
tangerine-wallet-browser-672e3a463ad9b40f4116269d243145f35c3b6fd5.tar.gz
tangerine-wallet-browser-672e3a463ad9b40f4116269d243145f35c3b6fd5.tar.bz2
tangerine-wallet-browser-672e3a463ad9b40f4116269d243145f35c3b6fd5.tar.lz
tangerine-wallet-browser-672e3a463ad9b40f4116269d243145f35c3b6fd5.tar.xz
tangerine-wallet-browser-672e3a463ad9b40f4116269d243145f35c3b6fd5.tar.zst
tangerine-wallet-browser-672e3a463ad9b40f4116269d243145f35c3b6fd5.zip
Merge pull request #3828 from MetaMask/lint-sys-fix
Lint system 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())
}
}