Updated documentation

This commit is contained in:
2025-07-20 16:41:36 +02:00
parent 261e8f80c1
commit 5d362a77cf
2 changed files with 16 additions and 1 deletions

View File

@@ -50,7 +50,6 @@ class _CreateGameViewState extends State<CreateGameView> {
super.initState();
gameMode = widget.gameMode;
print('Game mode: $gameMode');
_gameTitleTextController.text = widget.gameTitle ?? '';