From cadf606871d955511c1528b754cf2c1068c656df Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sun, 8 Jun 2025 19:26:00 +0200 Subject: [PATCH] Removed print --- lib/views/round_view.dart | 1 - pubspec.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/views/round_view.dart b/lib/views/round_view.dart index 59e6196..6cd6695 100644 --- a/lib/views/round_view.dart +++ b/lib/views/round_view.dart @@ -339,7 +339,6 @@ class _RoundViewState extends State { /// Round Inputs are valid if every player has a score or /// kamikaze is selected for a player bool _areRoundInputsValid() { - print('Überprüfe, ob die Eingaben für die Runde gültig sind'); if (_areTextFieldsEmpty() && _kamikazePlayerIndex == null) return false; return true; } diff --git a/pubspec.yaml b/pubspec.yaml index 990882b..1b9467e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: cabo_counter description: "Mobile app for the card game Cabo" publish_to: 'none' -version: 0.1.6+148 +version: 0.1.6+149 environment: sdk: ^3.5.4