remove unnecessarys console.log

This commit is contained in:
Pablo Velez Vidal 2022-11-15 17:36:36 +01:00
parent 27557b171e
commit 6e3ed08163

View file

@ -73,7 +73,6 @@ const Onboarding = ({
const initLogin = async () => {
const data = await fetchConfigAndLicense(goToLoginServerUrl, true);
if (data.error) {
console.log('Error getting the config and license information');
return;
}