From 920619489b9822887c9975b465f789051b4e0101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?junh=5Feee=28=EC=9D=B4=EC=A4=80=ED=9D=AC=29?= Date: Wed, 16 Nov 2022 15:26:19 +0900 Subject: [PATCH] . --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;