remove ENV statement
This commit is contained in:
parent
7bc2f888f1
commit
d3047a741a
1 changed files with 0 additions and 2 deletions
|
@ -21,8 +21,6 @@ import localForage from 'localforage';
|
|||
import { createStore, applyMiddleware, compose, combineReducers } from 'redux';
|
||||
import thunk from 'redux-thunk';
|
||||
|
||||
const env = process.env.NODE_ENV || 'production';
|
||||
|
||||
function isFunction(object) {
|
||||
return typeof object === 'function';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue