From ce10e04930d55ad1158e3d3b108c0198e8877ffe Mon Sep 17 00:00:00 2001 From: Vladimir Metnev Date: Tue, 8 Aug 2017 06:46:07 +0300 Subject: [PATCH] fix(src/common/index): remove unnecessary comment --- src/common/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/index.jsx b/src/common/index.jsx index ed2ea133..c6ee514d 100644 --- a/src/common/index.jsx +++ b/src/common/index.jsx @@ -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 {