diff options
Diffstat (limited to 'ui/app/components/tx-list.js')
-rw-r--r-- | ui/app/components/tx-list.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/components/tx-list.js b/ui/app/components/tx-list.js index 0eb15aa70..524808e2e 100644 --- a/ui/app/components/tx-list.js +++ b/ui/app/components/tx-list.js @@ -27,7 +27,6 @@ const contentDivider = h('div.tx-list-content-divider', { TxList.prototype.render = function () { const { txsToRender } = this.props - console.log('transactions to render', txsToRender) return h('div.flex-column.tx-list-container', {}, [ |