removed logs

This commit is contained in:
hannathkadher
2025-02-04 11:38:11 +04:00
parent d1d570b40f
commit c5c5088724
3 changed files with 5 additions and 9 deletions

View File

@ -274,8 +274,6 @@ class SpaceManagementBloc
await _api.createCommunity(event.name, event.description);
var prevSpaceModels = await fetchSpaceModels(previousState);
print("space models are ${prevSpaceModels}");
if (newCommunity != null) {
if (previousState is SpaceManagementLoaded ||
previousState is BlankState) {