Archived
1
0
Fork 0

Remove todo and debug print

This commit is contained in:
Ziedelth 2022-01-05 08:38:18 +01:00
parent cc3a9033ff
commit 68cbef6722

View file

@ -49,10 +49,7 @@ public class ConnectGuiController {
@NotNull
final Stage stage = (Stage) this.connectButton.getScene().getWindow();
// TODO: Change application scene
new MainHandler().launch(stage);
System.out.println("Get title : " + stage.getTitle());
} catch (IOException e) {
Dialog.showErrorDialog("Erreur", "Impossible de sauvegarder les informations de connexion au serveur");
this.connectButton.setDisable(false);