Skip to content

Commit 0b740bb

Browse files
committed
chore(react/type_widgets): remove logging
1 parent bb7fa9a commit 0b740bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/client/src/widgets/type_widgets/options/components/LocaleSelector.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export function LocaleSelector({ id, locales, currentValue, onChange, defaultLoc
1313
extraChildren?: ComponentChildren
1414
}) {
1515
const [ activeLocale, setActiveLocale ] = useState(defaultLocale?.id === currentValue ? defaultLocale : locales.find(l => l.id === currentValue));
16-
console.log("defaultLocale ", defaultLocale, currentValue, activeLocale)
1716

1817
const processedLocales = useMemo(() => {
1918
const leftToRightLanguages = locales.filter((l) => !l.rtl);

0 commit comments

Comments
 (0)