Skip to content

Commit

Permalink
Removed console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AnveshNalimela committed Dec 26, 2024
1 parent 6bf200b commit 0695dbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Facility/DischargedPatientsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,6 @@ const DischargedPatientsList = ({
const data = await result.data({
signal: new AbortController().signal,
});
console.log(data);

return data || null;
},

Expand Down

0 comments on commit 0695dbb

Please sign in to comment.