Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(src/common/index): remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Metnew committed Aug 8, 2017
1 parent 2749ec4 commit ce10e04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const configureStore = initialState => {
let enhancers

if (process.env.NODE_ENV === 'development') {
// FIXME: remove duplication
const {composeWithDevTools} = require('redux-devtools-extension')
enhancers = composeWithDevTools(thunkApplied, routerMiddlewareApplied)
} else {
Expand Down

0 comments on commit ce10e04

Please sign in to comment.