Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwanganto committed Jan 8, 2024
1 parent 32258e3 commit 58d0db9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/work-list/work-list.resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ export function useGetOrdersWorklist(
Error
>(apiUrl, openmrsFetch);

console.log(
`Worklist data for date ${activatedOnOrAfterDate} and status ${fulfillerStatus}`
);
return {
workListEntries: data?.data ? data.data.results : [],
isLoading,
Expand Down

0 comments on commit 58d0db9

Please sign in to comment.