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

remove extra step update which turned to be redudant

parent 2a0b6c71
...@@ -164,7 +164,6 @@ class DebuggerUI { ...@@ -164,7 +164,6 @@ class DebuggerUI {
this.transactionDebugger.debug(tx, () => { this.transactionDebugger.debug(tx, () => {
self.stepManager = new StepManagerUI(this.transactionDebugger.step_manager) self.stepManager = new StepManagerUI(this.transactionDebugger.step_manager)
self.stepManager.event.register('stepChanged', this, function (stepIndex) { self.stepManager.event.register('stepChanged', this, function (stepIndex) {
self.stepManager.currentStepIndex = stepIndex
self.event.trigger('indexChanged', [stepIndex]) self.event.trigger('indexChanged', [stepIndex])
}) })
......
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