make linter happy

pull/5370/head
Iuri Matias 6 years ago
parent 4776a16b87
commit ad79c4f96a
  1. 4
      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

Loading…
Cancel
Save