Merge pull request #949 from MetaMask/RemoveLog

Remove log
feature/default_network_editable
Kevin Serrano 8 years ago committed by GitHub
commit 2ab34760b0
  1. 1
      app/scripts/lib/inpage-provider.js

@ -119,7 +119,6 @@ function remoteStoreWithLocalStorageCache (storageKey) {
var store = new RemoteStore(initState) var store = new RemoteStore(initState)
// cache the latest state locally // cache the latest state locally
store.subscribe(function (state) { store.subscribe(function (state) {
console.log('received state update %s of %s', storageKey, state)
localStorage[storageKey] = JSON.stringify(state) localStorage[storageKey] = JSON.stringify(state)
}) })

Loading…
Cancel
Save