Removed print
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user