pull/1/head
Iuri Matias 6 years ago committed by yann300
parent 66e401dae0
commit bdcfabf463
  1. 10
      src/app/debugger/debuggerUI.js

@ -34,10 +34,6 @@ class DebuggerUI {
this.isActive = false
this.event = new EventManager()
// this.debugger_ui = new OldEthdebuggerUI({
// debugger: this.transactionDebugger.debugger
// })
this.startTxBrowser()
// this.startStepManager()
this.stepManager = null
@ -76,10 +72,6 @@ class DebuggerUI {
})
}
// startStepManager () {
// this.stepManager = null
// }
startTxBrowser () {
const self = this
let web3 = executionContext.web3()
@ -167,8 +159,6 @@ class DebuggerUI {
} else if (tx instanceof String) {
self.txBrowser.load(tx)
}
// self.debugger_ui.debug(tx)
})
}

Loading…
Cancel
Save