remove uneeded call

pull/1/head
yann300 8 years ago
parent 5f81375bd8
commit 2f5b22d2e3
  1. 1
      src/app/debugger.js

@ -18,7 +18,6 @@ function Debugger (id, appAPI, executionContextEvent, editorEvent) {
this.debugger.setBreakpointManager(this.breakPointManager)
this.breakPointManager.event.register('breakpointHit', (sourceLocation) => {
this.editor.setBreakpoint(this.touchedBreakpoint, 'breakpointUntouched')
var lineColumnPos = this.offsetToLineColumnConverter.offsetToLineColumn(sourceLocation, sourceLocation.file, this.editor, this.compiler.lastCompilationResult.data)
this.editor.setBreakpoint(lineColumnPos.start.line, 'breakpointTouched')
var self = this

Loading…
Cancel
Save