Removed print

This commit is contained in:
2025-11-18 20:15:10 +01:00
parent c0ff2bf677
commit f4ed122220

View File

@@ -33,7 +33,6 @@ class _GroupsViewState extends State<GroupsView> {
super.initState(); super.initState();
final db = Provider.of<AppDatabase>(context, listen: false); final db = Provider.of<AppDatabase>(context, listen: false);
_allGroupsFuture = db.groupDao.getAllGroups(); _allGroupsFuture = db.groupDao.getAllGroups();
print('Skeleton Data: $skeletonData');
} }
@override @override