diff --git a/lib/pages/spaces_management/all_spaces/bloc/space_management_bloc.dart b/lib/pages/spaces_management/all_spaces/bloc/space_management_bloc.dart index b0f28459..d675c680 100644 --- a/lib/pages/spaces_management/all_spaces/bloc/space_management_bloc.dart +++ b/lib/pages/spaces_management/all_spaces/bloc/space_management_bloc.dart @@ -518,9 +518,6 @@ class SpaceManagementBloc extends Bloc community.uuid == communityUuid, ); - if (selectedCommunity != null) { - print("community name ${selectedCommunity}, spaces ${selectedCommunity.spaces.length}"); - } final parentsToDelete = orderedSpaces.where((space) => space.status == SpaceStatus.deleted && @@ -614,8 +611,6 @@ class SpaceManagementBloc extends Bloc