Commit c1a72fb5 authored by Iuri Matias's avatar Iuri Matias Committed by yann300

remove unused event

parent 13b635a4
......@@ -127,7 +127,7 @@ function VmDebugger (_parentUI, _traceManager, _codeManager, _solidityProxy, _ca
})
})
this.stepDetail = new StepDetail(_parentUI, _traceManager)
this.stepDetail = new StepDetail()
_parentUI.debugger.event.register('traceUnloaded', this, function () {
self.stepDetail.reset()
})
......
'use strict'
var yo = require('yo-yo')
var DropdownPanel = require('./DropdownPanel')
function StepDetail (_parentUI, _traceManager) {
this.debugger = _parentUI.debugger
this.parentUI = _parentUI
this.traceManager = _traceManager
this.basicPanel = new DropdownPanel('Step detail', {json: true, displayContentOnly: true})
this.detail = {
......
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