From d9ba9ec5d4031f2f80d5c9588fe0c4d9126a7178 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Sat, 21 Dec 2019 14:34:39 -0500 Subject: [PATCH] update lbry-redux --- package.json | 2 +- ui/component/app/view.jsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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