removing unecessary console.logs

This commit is contained in:
Antoine M 2024-09-30 16:13:50 +02:00
parent 7dc67a5f0f
commit 63935f62fe

View File

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