From 6397a57f6a39751062a1686af6500697f62c8097 Mon Sep 17 00:00:00 2001 From: SteveGT96 Date: Tue, 3 Oct 2023 17:25:03 +0100 Subject: [PATCH] refactor: Remove console log --- src/components/accessories/laboratory/Exams.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/accessories/laboratory/Exams.tsx b/src/components/accessories/laboratory/Exams.tsx index 543c95266..6b977bf90 100644 --- a/src/components/accessories/laboratory/Exams.tsx +++ b/src/components/accessories/laboratory/Exams.tsx @@ -83,7 +83,6 @@ export const Exams: FC = () => { }, []); useEffect(() => { - console.log(JSON.stringify(filter)); dispatch(searchLabs({ ...filter, paged: true })); }, [filter]);