Removed print when next dialog is called

This commit is contained in:
Adastram 2024-01-11 09:52:04 +01:00
parent e2a97c65fd
commit afb2e2386f

View file

@ -31,8 +31,6 @@ class DialogsManager:
else:
self.next_dialog()
print("next")
def next_dialog(self):
"""Passe au dialogue suivant. Appelle le callback si le dialogue est fini."""
self.current_dialog_id += 1