remoived debug print

This commit is contained in:
hannathkadher
2024-10-14 10:07:29 +04:00
parent 220cfdbd27
commit df3b3131be
3 changed files with 3 additions and 21 deletions

View File

@ -32,10 +32,6 @@ class SpaceManagementBloc
communities.map((community) async {
List<SpaceModel> spaces =
await _api.getSpaceHierarchy(community.uuid);
debugPrint(
'Fetched spaces for community ${community.name}: ${spaces.length}');
return CommunityModel(
uuid: community.uuid,
createdAt: community.createdAt,