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(),