Remove old log statements
This commit is contained in:
parent
8544b865e3
commit
422d971258
1 changed files with 3 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue