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() { void _showEditSpaceDialog() {
print("parentsdf space is ${widget.selectedSpace?.parent?.name}");
if (widget.selectedSpace != null) { if (widget.selectedSpace != null) {
showDialog( showDialog(
context: context, context: context,