make linter happy

pull/7/head
Iuri Matias 6 years ago
parent 89f5e55b66
commit 20d154a23d
  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