1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Remove log

This commit is contained in:
Dan Finlay 2016-12-22 14:46:14 -08:00
parent 898e96fd6a
commit 1861bf8e2b

View File

@ -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)
})