mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-17 02:25:31 +00:00
remoived debug print
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user