aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/components/buy-button-subview.js
diff options
context:
space:
mode:
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())
}
}