Removed print

This commit is contained in:
2025-07-01 22:29:23 +02:00
parent 9fcd919847
commit 59c710a43f

View File

@@ -80,7 +80,6 @@ class GameSession extends ChangeNotifier {
length = player.length; length = player.length;
} }
} }
print('Maximale Länge der Spielernamen: $length');
return length; return length;
} }