diff --git a/squarenotsquare/redux/CreateStore.js b/squarenotsquare/redux/CreateStore.js index c12703d..baffac3 100644 --- a/squarenotsquare/redux/CreateStore.js +++ b/squarenotsquare/redux/CreateStore.js @@ -5,21 +5,4 @@ const configStore = configureStore({ reducer: rootReducer }); -export default configStore; - -/* -export default () => { - const middleware = []; - const enhancers = []; - - middleware.push(thunk); - enhancers.push(applyMiddleware(...middleware)); - - if (__DEV__) { - const reduxLogger = createLogger({}); - middleware.push(reduxLogger); - } - - return configureStore(rootReducer, compose(...enhancers)); -} -*/ \ No newline at end of file +export default configStore; \ No newline at end of file