mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 20:02:58 +01:00
Emphasizing how weird this bug is by removing all behavior from the method.
This commit is contained in:
parent
f49b6ca1dc
commit
6fef01c8a1
@ -149,11 +149,7 @@ ConfigManager.prototype.getCurrentRpcAddress = function () {
|
||||
}
|
||||
}
|
||||
|
||||
ConfigManager.prototype.clearWallet = function () {
|
||||
var data = this.getConfig()
|
||||
delete data.wallet
|
||||
this.setConfig(data)
|
||||
}
|
||||
ConfigManager.prototype.clearWallet = function () {}
|
||||
|
||||
ConfigManager.prototype.setData = function (data) {
|
||||
this.migrator.saveData(data)
|
||||
|
Loading…
Reference in New Issue
Block a user