diff --git a/src/app/debugger/remix-debugger/src/ui/EthdebuggerUI.js b/src/app/debugger/remix-debugger/src/ui/EthdebuggerUI.js index 7988addddf..af50bcb465 100644 --- a/src/app/debugger/remix-debugger/src/ui/EthdebuggerUI.js +++ b/src/app/debugger/remix-debugger/src/ui/EthdebuggerUI.js @@ -42,10 +42,6 @@ function EthdebuggerUI (opts) { }) } -EthdebuggerUI.prototype.setBreakpointManager = function (breakpointManager) { - this.breakpointManager = breakpointManager -} - EthdebuggerUI.prototype.updateWeb3Reference = function (web3) { if (!this.txBrowser) return this.txBrowser.web3 = web3 || executionContext.web3()