Removed print

This commit is contained in:
2025-06-08 19:26:00 +02:00
parent 28aa3261fb
commit cadf606871
2 changed files with 1 additions and 2 deletions

View File

@@ -339,7 +339,6 @@ class _RoundViewState extends State<RoundView> {
/// Round Inputs are valid if every player has a score or /// Round Inputs are valid if every player has a score or
/// kamikaze is selected for a player /// kamikaze is selected for a player
bool _areRoundInputsValid() { bool _areRoundInputsValid() {
print('Überprüfe, ob die Eingaben für die Runde gültig sind');
if (_areTextFieldsEmpty() && _kamikazePlayerIndex == null) return false; if (_areTextFieldsEmpty() && _kamikazePlayerIndex == null) return false;
return true; return true;
} }

View File

@@ -2,7 +2,7 @@ name: cabo_counter
description: "Mobile app for the card game Cabo" description: "Mobile app for the card game Cabo"
publish_to: 'none' publish_to: 'none'
version: 0.1.6+148 version: 0.1.6+149
environment: environment:
sdk: ^3.5.4 sdk: ^3.5.4