removed print

This commit is contained in:
hannathkadher
2025-02-02 23:38:04 +04:00
parent e6e46be9b4
commit 64e3fb7f34

View File

@ -342,7 +342,6 @@ class _CommunityStructureAreaState extends State<CommunityStructureArea> {
}
void _showEditSpaceDialog() {
print("parentsdf space is ${widget.selectedSpace?.parent?.name}");
if (widget.selectedSpace != null) {
showDialog(
context: context,