From 68cbef6722556677125d602c88730462f85017c2 Mon Sep 17 00:00:00 2001 From: Ziedelth Date: Wed, 5 Jan 2022 08:38:18 +0100 Subject: [PATCH] Remove todo and debug print --- src/fr/univ/lyon1/gui/controller/ConnectGuiController.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/fr/univ/lyon1/gui/controller/ConnectGuiController.java b/src/fr/univ/lyon1/gui/controller/ConnectGuiController.java index 6f7ca0e..153bdab 100644 --- a/src/fr/univ/lyon1/gui/controller/ConnectGuiController.java +++ b/src/fr/univ/lyon1/gui/controller/ConnectGuiController.java @@ -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);