Commit bdcfabf4 authored by Iuri Matias's avatar Iuri Matias Committed by yann300

cleanup

parent 66e401da
......@@ -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)
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment