diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-12-23 06:46:14 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-12-23 06:46:14 +0800 |
commit | 1861bf8e2b29552cf9b4a04107c5392f13a8ddce (patch) | |
tree | 1ece2ec35fe489f814871fe51b8cb6785a526bf5 /app | |
parent | 898e96fd6ae905932a60d60c42e2c3bddab65556 (diff) | |
download | tangerine-wallet-browser-1861bf8e2b29552cf9b4a04107c5392f13a8ddce.tar tangerine-wallet-browser-1861bf8e2b29552cf9b4a04107c5392f13a8ddce.tar.gz tangerine-wallet-browser-1861bf8e2b29552cf9b4a04107c5392f13a8ddce.tar.bz2 tangerine-wallet-browser-1861bf8e2b29552cf9b4a04107c5392f13a8ddce.tar.lz tangerine-wallet-browser-1861bf8e2b29552cf9b4a04107c5392f13a8ddce.tar.xz tangerine-wallet-browser-1861bf8e2b29552cf9b4a04107c5392f13a8ddce.tar.zst tangerine-wallet-browser-1861bf8e2b29552cf9b4a04107c5392f13a8ddce.zip |
Remove log
Diffstat (limited to 'app')
-rw-r--r-- | app/scripts/lib/inpage-provider.js | 1 |
1 files changed, 0 insertions, 1 deletions
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) }) |