Skip to content

Commit

Permalink
refactor: Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGT96 committed Oct 3, 2023
1 parent a4653a4 commit 6397a57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/accessories/laboratory/Exams.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export const Exams: FC = () => {
}, []);

useEffect(() => {
console.log(JSON.stringify(filter));
dispatch(searchLabs({ ...filter, paged: true }));
}, [filter]);

Expand Down

0 comments on commit 6397a57

Please sign in to comment.