locs, comments, removed print
Some checks failed
Pull Request Pipeline / lint (pull_request) Successful in 52s
Pull Request Pipeline / test (pull_request) Failing after 10m44s

This commit is contained in:
2026-05-21 00:14:15 +02:00
parent 0c40357847
commit 8b1a447bd9
9 changed files with 27 additions and 8 deletions

View File

@@ -142,7 +142,6 @@ class _MatchViewState extends State<MatchView> {
/// Loads the matches from the database and sorts them by creation date.
void loadMatches() {
print('Loading matches from database');
isLoading = true;
Future.wait([
db.matchDao.getAllMatches(),