remove print

This commit is contained in:
2025-03-17 14:48:27 +02:00
parent ee808c49de
commit 99f9402a53

View File

@@ -23,7 +23,6 @@ class _PatientProfileState extends State<PatientProfile> {
int _selcetedIndex = 0;
@override
Widget build(BuildContext context) {
print("Pat Profile: ${widget.arguments.businessUser!.business_id}");
return MihApp(
appActionButton: getAction(),
appTools: getTools(),