From 99f9402a53311c4c038ea10bc4f321540be9ad9a Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Mon, 17 Mar 2025 14:48:27 +0200 Subject: [PATCH] remove print --- .../patient_profile/pat_profile/patient_profile.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/Frontend/lib/mih_packages/patient_profile/pat_profile/patient_profile.dart b/Frontend/lib/mih_packages/patient_profile/pat_profile/patient_profile.dart index 872e0994..031b71c5 100644 --- a/Frontend/lib/mih_packages/patient_profile/pat_profile/patient_profile.dart +++ b/Frontend/lib/mih_packages/patient_profile/pat_profile/patient_profile.dart @@ -23,7 +23,6 @@ class _PatientProfileState extends State { int _selcetedIndex = 0; @override Widget build(BuildContext context) { - print("Pat Profile: ${widget.arguments.businessUser!.business_id}"); return MihApp( appActionButton: getAction(), appTools: getTools(),