chore: remove console log

This commit is contained in:
2026-06-27 18:03:41 +03:30
parent 53d3e8c298
commit fff40fcc74

View File

@@ -10,7 +10,6 @@ export const CustomThemeProvider: React.FC<{ children: React.ReactNode }> = ({
const { i18n } = useTranslation();
const theme = useMemo(() => {
console.log('Theme recalculated, lang:', i18n.language);
const direction = i18n.dir(i18n.language);
const isEnglish = i18n.language?.startsWith('en');
const fontFamily = isEnglish ? 'iranyekanEnNum' : 'iranyekan';