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);