mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove redundant logging block
This commit is contained in:
parent
1880cda9b9
commit
c431783602
@ -228,9 +228,6 @@ module.exports = class KeyringController extends EventEmitter {
|
|||||||
this.keyrings = keyrings
|
this.keyrings = keyrings
|
||||||
return this.fullUpdate()
|
return this.fullUpdate()
|
||||||
})
|
})
|
||||||
.catch((reason) => {
|
|
||||||
return reason
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add New Keyring
|
// Add New Keyring
|
||||||
|
Loading…
Reference in New Issue
Block a user