remove unused code

pull/1/head
Iuri Matias 7 years ago committed by yann300
parent 91bfaab1fd
commit e1db94afb3
  1. 7
      src/app/debugger/debugger.js

@ -116,11 +116,4 @@ Debugger.prototype.debug = function (txHash) {
})
}
/**
* get the current provider
*/
Debugger.prototype.web3 = function (type) {
return this.debugger.web3
}
module.exports = Debugger

Loading…
Cancel
Save