Commit d81d67d0 authored by Iuri Matias's avatar Iuri Matias Committed by yann300

remove unused code

parent f59d81b5
...@@ -116,25 +116,6 @@ Debugger.prototype.debug = function (txHash) { ...@@ -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 * get the current provider
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment