Commit 20d154a2 authored by Iuri Matias's avatar Iuri Matias

make linter happy

parent 89f5e55b
......@@ -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
......
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