feature/default_network_editable
Dan Finlay 8 years ago
parent 898e96fd6a
commit 1861bf8e2b
  1. 1
      app/scripts/lib/inpage-provider.js

@ -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…
Cancel
Save