From 41a598eb4d679131ddcf382d4fed637569925800 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Tue, 2 Oct 2018 14:47:38 -0400 Subject: [PATCH] remove unused line --- src/app/debugger/debugger.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/debugger/debugger.js b/src/app/debugger/debugger.js index b29845f830..f1404e04f2 100644 --- a/src/app/debugger/debugger.js +++ b/src/app/debugger/debugger.js @@ -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)