From 79036338090119179be249b3e4c9d3a815b7fd00 Mon Sep 17 00:00:00 2001 From: Toba Ojo Date: Fri, 24 Oct 2025 10:55:05 +0100 Subject: [PATCH] - removed console.log --- src/components/SightingModal/SightingModal.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/SightingModal/SightingModal.tsx b/src/components/SightingModal/SightingModal.tsx index 9406704..668f202 100644 --- a/src/components/SightingModal/SightingModal.tsx +++ b/src/components/SightingModal/SightingModal.tsx @@ -24,7 +24,6 @@ const SightingModal = ({ isSightingModalOpen, handleClose, sighting, onDelete }: const { query, mutation } = useCameraBlackboard(); const hotlistNames = getHotlistName(sighting?.metadata?.hotlistMatches); - console.log(hotlistNames); const handleAcknowledgeButton = () => { try { if (!sighting) {