fix debugging

This commit is contained in:
HF 2020-12-01 20:46:07 +01:00
parent 141ca00fc3
commit 889c540d86

View File

@ -41,8 +41,5 @@ export default function configureStore(onComplete: ?() => void) {
persistStore(store, null, () => {
onComplete(store);
});
if (isDebuggingInChrome) {
window.store = store;
}
return store;
}