diff --git a/app/screens/onboarding/index.tsx b/app/screens/onboarding/index.tsx index 4ce6d039f..89ddf2f34 100644 --- a/app/screens/onboarding/index.tsx +++ b/app/screens/onboarding/index.tsx @@ -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; }