Stop self promotion in log

This commit is contained in:
garronej 2022-08-01 04:49:48 +02:00
parent dcd4322e44
commit 7407c98005

View File

@ -44,10 +44,6 @@ const Template = memo((props: TemplateProps) => {
const { cx } = useCssAndCx();
useEffect(() => {
console.log("Rendering this page with react using keycloakify");
}, []);
const { msg, changeLocale, labelBySupportedLanguageTag, currentLanguageTag } = i18n;
const onChangeLanguageClickFactory = useCallbackFactory(([kcLanguageTag]: [string]) => changeLocale(kcLanguageTag));