remove unused code

pull/1/head
Iuri Matias 6 years ago committed by yann300
parent f59d81b56c
commit d81d67d056
  1. 19
      src/app/debugger/debugger.js

@ -116,25 +116,6 @@ Debugger.prototype.debug = function (txHash) {
})
}
// /**
// * add a new web3 provider to remix
// *
// * @param {String} type - type/name of the provider to add
// * @param {Object} obj - provider
// */
// Debugger.prototype.addProvider = function (type, obj) {
// this.debugger.addProvider(type, obj)
// }
// /**
// * switch the provider
// *
// * @param {String} type - type/name of the provider to use
// */
// Debugger.prototype.switchProvider = function (type) {
// this.debugger.switchProvider(type)
// }
/**
* get the current provider
*/

Loading…
Cancel
Save