diff --git a/src/App.js b/src/App.js index 535ee4c..2cb77b2 100644 --- a/src/App.js +++ b/src/App.js @@ -1,6 +1,6 @@ // ** Router Import import Router from './router/Router'; -if (process.env.NODE_ENV === 'production') console.log = function () {}; +// if (process.env.NODE_ENV === 'production') console.log = function () {}; const App = props => ; export default App;