diff --git a/src/View/MainWindow.py b/src/View/MainWindow.py index bb0f0ce73e5bf6f404acb354936fc1708a3d313b..3f698978805eb22f306a579074d34632297f9aa3 100644 --- a/src/View/MainWindow.py +++ b/src/View/MainWindow.py @@ -354,16 +354,12 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit): self.sections.show() def open_initial_conditions(self): - print("xxx") if self.model.river.has_current_reach(): - print("yyy") self.initial = InitialConditionsWindow( study = self.model, parent = self ) self.initial.show() - print("zzz") - # TODO: Delete me ! ###############