fix duplicate

pull/3068/head
yann300 2 years ago
parent f5901bc39d
commit 24b1495132
  1. 1
      libs/remix-debug/src/debugger/debugger.ts

@ -115,7 +115,6 @@ export class Debugger {
}
} else {
this.event.trigger('newSourceLocation', [null])
this.vmDebuggerLogic.event.trigger('lineGasCostChanged', [null])
this.currentFile = -1
this.currentLine = -1
this.vmDebuggerLogic.event.trigger('lineGasCostChanged', [null])

Loading…
Cancel
Save