From 74479850f53e6955bf7258f322b89e08263c28dc Mon Sep 17 00:00:00 2001 From: aamir-csol Date: Thu, 9 Apr 2026 09:57:59 +0300 Subject: [PATCH] radiology ai lab analysis & lab ai analysis api end points updates. --- lib/presentation/my_family/widget/family_cards.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/presentation/my_family/widget/family_cards.dart b/lib/presentation/my_family/widget/family_cards.dart index 39344f30..3a647674 100644 --- a/lib/presentation/my_family/widget/family_cards.dart +++ b/lib/presentation/my_family/widget/family_cards.dart @@ -319,7 +319,6 @@ class _FamilyCardsState extends State { final profile = widget.profileViewList![index]; final isActive = (profile.responseId == appState.getAuthenticatedUser()?.patientId); final isParentUser = appState.getAuthenticatedUser()?.isParentUser ?? false; - print(jsonEncode(appState.getUserSwitchPayloads)); final isSuperUser = appState.getUserSwitchPayloads; // TODO: canSwitch functionality is currently disabled - set to true to allow all switches // Original logic: final canSwitch = isParentUser || (!isParentUser && profile.responseId == appState.getSuperUserID);