Commit 41a598eb authored by Iuri Matias's avatar Iuri Matias Committed by yann300

remove unused line

parent 6f51324d
......@@ -31,7 +31,6 @@ function Debugger (sourceHighlighter) {
return null
}
})
this.sourceMappingDecoder = new remixLib.SourceMappingDecoder()
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment