From 01b5b32bc717b1449614f7eb5cbb31f85b2dcd2f Mon Sep 17 00:00:00 2001 From: Pranshu1902 Date: Fri, 15 Dec 2023 17:25:02 +0530 Subject: [PATCH] refactor --- src/Components/Facility/PatientConsultationNotesList.tsx | 2 -- src/Components/Facility/PatientNotesList.tsx | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/Components/Facility/PatientConsultationNotesList.tsx b/src/Components/Facility/PatientConsultationNotesList.tsx index 4d62c38f2d9..fa74b8efb54 100644 --- a/src/Components/Facility/PatientConsultationNotesList.tsx +++ b/src/Components/Facility/PatientConsultationNotesList.tsx @@ -35,8 +35,6 @@ const PatientConsultationNotesList = (props: PatientNotesProps) => { prefetch: reload, onResponse: ({ res, data }) => { setIsLoading(true); - console.log(data); - console.log(state); if (res?.status === 200 && data) { if (state.cPage === 1) { setState((prevState: any) => ({ diff --git a/src/Components/Facility/PatientNotesList.tsx b/src/Components/Facility/PatientNotesList.tsx index 714c844fa83..7ce6ef508dc 100644 --- a/src/Components/Facility/PatientNotesList.tsx +++ b/src/Components/Facility/PatientNotesList.tsx @@ -32,8 +32,6 @@ const PatientNotesList = (props: PatientNotesProps) => { prefetch: reload, onResponse: ({ res, data }) => { setIsLoading(true); - console.log(data); - console.log(state); if (res?.status === 200 && data) { if (state.cPage === 1) { setState((prevState: any) => ({