diff --git a/src/index.js b/src/index.js index 73ffaa0..b962e0f 100644 --- a/src/index.js +++ b/src/index.js @@ -4,11 +4,7 @@ import App from "./components/App" import { DataProvider } from "./contexts/DataContext" import { AuthProvider } from "./contexts/AuthContext" -if (process.env.NODE_ENV === 'production') { - console.log = () => { } - console.error = () => { } - console.debug = () => { } -} + const container = document.getElementById('root'); const root = createRoot(container);