Removed prints

This commit is contained in:
2025-08-02 18:07:07 +02:00
parent 1974cff35f
commit 7518d006b8
2 changed files with 1 additions and 4 deletions

View File

@@ -28,9 +28,6 @@ class _PointsViewState extends State<PointsView> {
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,