fix duplicate

pull/5370/head
yann300 2 years ago
parent 986583578c
commit 84386825b6
  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