From 63935f62fe1eda03ad1a4cdd4f0f14bd2e60f8f3 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 30 Sep 2024 16:13:50 +0200 Subject: [PATCH] removing unecessary console.logs --- src/context/UserContext.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/context/UserContext.js b/src/context/UserContext.js index 5a68601..233e6ac 100644 --- a/src/context/UserContext.js +++ b/src/context/UserContext.js @@ -21,7 +21,6 @@ export function UserContextProvider({ children }) { const [profile, setProfile] = useState(localProfile); const [screensTranslations, setScreensTranslations] = useState({}); - console.log("country", country); useEffect(() => { if (!language) return; const loadTranslations = async (language) => {