From 2caaaf4768509dc18a5f2764e7255c6b27fc33f0 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 5 Sep 2018 17:00:32 -0400 Subject: [PATCH] remove unused code --- src/app/debugger/remix-debugger/src/ui/EthdebuggerUI.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/debugger/remix-debugger/src/ui/EthdebuggerUI.js b/src/app/debugger/remix-debugger/src/ui/EthdebuggerUI.js index fa0d3b300c..26c258edd9 100644 --- a/src/app/debugger/remix-debugger/src/ui/EthdebuggerUI.js +++ b/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()