Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
thtauhid committed Sep 21, 2023
1 parent 6063cf3 commit 55de92a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/Facility/ConsultationDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ export const ConsultationDetails = (props: any) => {
if (shiftingRes?.data?.results) {
const data = shiftingRes.data.results;
setActiveShiftingData(data);
console.log(data);
}
} else {
navigate("/not-found");
Expand Down

0 comments on commit 55de92a

Please sign in to comment.