remove unused code

pull/1/head
Iuri Matias 6 years ago committed by yann300
parent 5a1291ec31
commit 2caaaf4768
  1. 4
      src/app/debugger/remix-debugger/src/ui/EthdebuggerUI.js

@ -46,10 +46,6 @@ EthdebuggerUI.prototype.setBreakpointManager = function (breakpointManager) {
this.breakpointManager = breakpointManager
}
EthdebuggerUI.prototype.get_web3 = function () {
return this.web3
}
EthdebuggerUI.prototype.updateWeb3Reference = function (web3) {
if (!this.txBrowser) return
this.txBrowser.web3 = web3 || executionContext.web3()

Loading…
Cancel
Save