mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
Remove log
This commit is contained in:
parent
898e96fd6a
commit
1861bf8e2b
@ -119,7 +119,6 @@ function remoteStoreWithLocalStorageCache (storageKey) {
|
||||
var store = new RemoteStore(initState)
|
||||
// cache the latest state locally
|
||||
store.subscribe(function (state) {
|
||||
console.log('received state update %s of %s', storageKey, state)
|
||||
localStorage[storageKey] = JSON.stringify(state)
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user