diff options
Diffstat (limited to 'ui/app/components/tx-view.js')
-rw-r--r-- | ui/app/components/tx-view.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/components/tx-view.js b/ui/app/components/tx-view.js index dc86e7ea8..c0e40e9b4 100644 --- a/ui/app/components/tx-view.js +++ b/ui/app/components/tx-view.js @@ -51,7 +51,6 @@ TxView.prototype.render = function () { }, [ h('div.phone-visible.fa.fa-bars', { onClick: () => { - console.log("click received") this.props.sidebarOpen ? this.props.hideSidebar() : this.props.showSidebar() } }, [ |