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) => ({