Remove the opening of the mycloud/digital factory URL in cases where the user has already signed in.

In cases where a staging build is created this hardcoded value would cause confusion, since it would always point the user to the production environment.
This commit is contained in:
Evangelos Trantos 2020-09-14 21:20:38 +02:00 committed by GitHub
parent f906017835
commit 548e6e19e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,11 +73,6 @@ Item
{ {
Cura.API.account.login() Cura.API.account.login()
} }
else
{
Qt.openUrlExternally("https://mycloud.ultimaker.com/")
}
} }
} }
} }