Browse Source

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.
Evangelos Trantos 4 years ago
parent
commit
548e6e19e5
1 changed files with 0 additions and 5 deletions
  1. 0 5
      resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml

+ 0 - 5
resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml

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