Removed print

This commit is contained in:
2025-07-19 17:54:25 +02:00
parent 610cdc10e4
commit b7f6bf9348

View File

@@ -443,7 +443,6 @@ class _RoundViewState extends State<RoundView> {
/// Shows a popup dialog with the information which player received the bonus points.
Future<void> _showBonusPopup(
BuildContext context, List<int> bonusPlayers) async {
print('Bonus Popup wird angezeigt');
int pointLimit = widget.gameSession.pointLimit;
int bonusPoints = (pointLimit / 2).round();