removed logs

This commit is contained in:
hannathkadher
2025-01-22 17:22:58 +04:00
parent ba7db3a5fb
commit 830725254f
3 changed files with 1 additions and 6 deletions

View File

@ -463,9 +463,7 @@ class _CommunityStructureAreaState extends State<CommunityStructureArea> {
_markChildrenAsDeleted(space);
}
}
for (var space in spaces) {
print("space ${space.name} and ${space.status}");
}
_removeConnectionsForDeletedSpaces();
});
}