From 36a25d4ecfcfc6b3875d2a36136e791cfd6765ae Mon Sep 17 00:00:00 2001 From: Khavin Shankar Date: Wed, 7 Dec 2022 18:41:09 +0530 Subject: [PATCH] Update src/Components/Patient/ManagePatients.tsx --- src/Components/Patient/ManagePatients.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Components/Patient/ManagePatients.tsx b/src/Components/Patient/ManagePatients.tsx index 234334e7d9e..7697ea30bbf 100644 --- a/src/Components/Patient/ManagePatients.tsx +++ b/src/Components/Patient/ManagePatients.tsx @@ -368,7 +368,6 @@ export const PatientManager = (props: any) => { ) ); }; - console.log(qParams.last_consultation_admitted_bed_type_list); return qParams.last_consultation_admitted_bed_type_list .split(",") .map((id: string) => {