removed useless comments

This commit is contained in:
Andrew Nguyen 2019-07-01 14:21:55 -04:00
parent b1102bcdc1
commit 8bc1da1de4
2 changed files with 0 additions and 3 deletions

View File

@ -1757,7 +1757,6 @@ module.exports = class MetamaskController extends EventEmitter {
* @param {Function} cb - A callback function called when complete. * @param {Function} cb - A callback function called when complete.
*/ */
setDProvider (key, cb) { setDProvider (key, cb) {
console.log("SETDPROVIDER CALLED ON METAMASK CONTROLLER" + key)
try { try {
this.networkController.setDProvider(key) this.networkController.setDProvider(key)
cb(null) cb(null)

View File

@ -50,8 +50,6 @@ function reduceMetamask (state, action) {
networkEndpointType: OLD_UI_NETWORK_TYPE, networkEndpointType: OLD_UI_NETWORK_TYPE,
isRevealingSeedWords: false, isRevealingSeedWords: false,
welcomeScreenSeen: false, welcomeScreenSeen: false,
// // attempting to add new state to metamask state
// dProvider: false,
currentLocale: '', currentLocale: '',
preferences: { preferences: {
useETHAsPrimaryCurrency: true, useETHAsPrimaryCurrency: true,