Stop self promotion in log
This commit is contained in:
parent
dcd4322e44
commit
7407c98005
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user