From 0d44c6cfabed8daca5c076b9eb1b510bcd4faf1d Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Tue, 2 Oct 2018 13:57:52 -0400 Subject: [PATCH] cleanup --- src/app/debugger/debuggerUI.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/app/debugger/debuggerUI.js b/src/app/debugger/debuggerUI.js index a5334fd088..c4aa8e2dea 100644 --- a/src/app/debugger/debuggerUI.js +++ b/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) }) }