remove extra step update which turned to be redudant

pull/1/head
Iuri Matias 6 years ago committed by yann300
parent 2a0b6c71c9
commit ec9b1510d5
  1. 1
      src/app/debugger/debuggerUI.js

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

Loading…
Cancel
Save