remove unnecessarys console.log
This commit is contained in:
parent
27557b171e
commit
6e3ed08163
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue