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) => {