mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Change console.log for opts in _configureInfuraProvider
This commit is contained in:
parent
c6e7bc0a5d
commit
fb8744771a
@ -132,7 +132,7 @@ module.exports = class NetworkController extends EventEmitter {
|
||||
}
|
||||
|
||||
_configureInfuraProvider (opts) {
|
||||
console.log('_configureInfuraProvider', opts)
|
||||
log.info('_configureInfuraProvider', opts)
|
||||
const blockTrackerProvider = createInfuraProvider({
|
||||
network: opts.type,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user