diff --git a/remix-debug/src/debugger/debugger.js b/remix-debug/src/debugger/debugger.js index 8cefdfa99d..e286ec0fdd 100644 --- a/remix-debug/src/debugger/debugger.js +++ b/remix-debug/src/debugger/debugger.js @@ -18,10 +18,6 @@ function Debugger (options) { this.debugger = new Ethdebugger({ executionContext: this.executionContext, compilationResult: () => { - - console.dir(self.compiler.lastCompilationResult) - window.a = self.compiler.lastCompilationResult - var compilationResult = this.compiler.lastCompilationResult if (compilationResult) { return compilationResult.data