remove unused line

pull/1/head
Iuri Matias 6 years ago committed by yann300
parent 6f51324d8f
commit 41a598eb4d
  1. 1
      src/app/debugger/debugger.js

@ -31,7 +31,6 @@ function Debugger (sourceHighlighter) {
return null return null
} }
}) })
this.sourceMappingDecoder = new remixLib.SourceMappingDecoder()
this.breakPointManager = new remixLib.code.BreakpointManager(this.debugger, (sourceLocation) => { this.breakPointManager = new remixLib.code.BreakpointManager(this.debugger, (sourceLocation) => {
return self._deps.offsetToLineColumnConverter.offsetToLineColumn(sourceLocation, sourceLocation.file, this._deps.compiler.lastCompilationResult.source.sources, this._deps.compiler.lastCompilationResult.data.sources) return self._deps.offsetToLineColumnConverter.offsetToLineColumn(sourceLocation, sourceLocation.file, this._deps.compiler.lastCompilationResult.source.sources, this._deps.compiler.lastCompilationResult.data.sources)

Loading…
Cancel
Save