diff --git a/package.json b/package.json index d0d47b59f..584ca52e3 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "imagesloaded": "^4.1.4", "json-loader": "^0.5.4", "lbry-format": "https://github.com/lbryio/lbry-format.git", - "lbry-redux": "lbryio/lbry-redux#0db20834f9ff99d3ba7acd8e4e8ebb5a41f7e7b4", + "lbry-redux": "lbryio/lbry-redux#1a6156940547526f4942d9f108795f42ab204d17", "lbryinc": "lbryio/lbryinc#1e897d2c9108848637e1915700d3ae8ce176f9f8", "lint-staged": "^7.0.2", "localforage": "^1.7.1", diff --git a/ui/component/app/view.jsx b/ui/component/app/view.jsx index e402bb036..0a1716758 100644 --- a/ui/component/app/view.jsx +++ b/ui/component/app/view.jsx @@ -158,7 +158,6 @@ function App(props: Props) { // @if TARGET='app' useEffect(() => { - console.log('?'); updatePreferences(); }, []); // @endif