removing unecessary console.logs
This commit is contained in:
parent
7dc67a5f0f
commit
63935f62fe
|
|
@ -21,7 +21,6 @@ export function UserContextProvider({ children }) {
|
||||||
const [profile, setProfile] = useState(localProfile);
|
const [profile, setProfile] = useState(localProfile);
|
||||||
const [screensTranslations, setScreensTranslations] = useState({});
|
const [screensTranslations, setScreensTranslations] = useState({});
|
||||||
|
|
||||||
console.log("country", country);
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!language) return;
|
if (!language) return;
|
||||||
const loadTranslations = async (language) => {
|
const loadTranslations = async (language) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user