update lbry-redux

This commit is contained in:
Sean Yesmunt 2019-12-21 14:34:39 -05:00
parent 07815f2270
commit d9ba9ec5d4
2 changed files with 1 additions and 2 deletions

View file

@ -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",

View file

@ -158,7 +158,6 @@ function App(props: Props) {
// @if TARGET='app'
useEffect(() => {
console.log('?');
updatePreferences();
}, []);
// @endif