Remove todo and debug print
This commit is contained in:
parent
cc3a9033ff
commit
68cbef6722
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue