diff --git a/lib/presentation/views/points_view.dart b/lib/presentation/views/points_view.dart index 3db61ef..692622d 100644 --- a/lib/presentation/views/points_view.dart +++ b/lib/presentation/views/points_view.dart @@ -28,9 +28,6 @@ class _PointsViewState extends State { final double playerColWidth = (constraints.maxWidth - roundColWidth - (tablePadding)) / playerCount; - print('Column width: $playerColWidth'); - print('Max width: ${constraints.maxWidth}'); - print('Round column width: $roundColWidth'); return SingleChildScrollView( scrollDirection: Axis.vertical, diff --git a/pubspec.yaml b/pubspec.yaml index 5b3cf65..80cf6ca 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.5.5+633 +version: 0.5.5+634 environment: sdk: ^3.5.4