From 1861bf8e2b29552cf9b4a04107c5392f13a8ddce Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 22 Dec 2016 14:46:14 -0800 Subject: [PATCH] Remove log --- app/scripts/lib/inpage-provider.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/scripts/lib/inpage-provider.js b/app/scripts/lib/inpage-provider.js index ccb592693..a64c745ce 100644 --- a/app/scripts/lib/inpage-provider.js +++ b/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) })