Remove old log statements

This commit is contained in:
Shawn 2018-12-16 01:39:34 -06:00
parent 8544b865e3
commit 422d971258

View file

@ -98,9 +98,7 @@ export default (req, res) => {
if (runSaga) {
// create and apply middleware
const sagaMiddleware = createSagaMiddleware();
console.log('saga')
const middleware = applyMiddleware(sagaMiddleware);
console.log('sagaend')
// create a new Redux store instance
const store = createStore(Reducers, middleware);