From 70d31f53513066d06b05d9d99d41fb0ac22810b4 Mon Sep 17 00:00:00 2001 From: hannathkadher Date: Thu, 13 Mar 2025 14:51:09 +0400 Subject: [PATCH] removed print --- .../all_spaces/bloc/space_management_bloc.dart | 5 ----- 1 file changed, 5 deletions(-) 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