From 0b1b5985343274b7b1972f4a719b469b0065c259 Mon Sep 17 00:00:00 2001 From: Jacob John Jeevan Date: Wed, 19 Feb 2025 18:05:02 +0530 Subject: [PATCH] rm console log --- src/pages/Encounters/EncounterShow.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/Encounters/EncounterShow.tsx b/src/pages/Encounters/EncounterShow.tsx index 549a564b61b..a6e8ffb5f32 100644 --- a/src/pages/Encounters/EncounterShow.tsx +++ b/src/pages/Encounters/EncounterShow.tsx @@ -82,8 +82,6 @@ export const EncounterShow = (props: Props) => { facilityId, }; - console.log(encounterTabProps); - if (!props.tab) { return ; }