Removed log to console in txLogger

pull/5370/head
ioedeveloper 5 years ago committed by yann300
parent 8509ed1dd1
commit 17ebec5ce1
  1. 1
      src/app/ui/txLogger.js

@ -384,7 +384,6 @@ function txDetails (e, tx, data, obj) {
}
function createTable (opts) {
console.log('opts: ', opts)
var table = yo`<table class="${css.txTable}" id="txTable" data-id="txLoggerTable${opts.hash}"></table>`
if (!opts.isCall) {
var msg = ''

Loading…
Cancel
Save