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) {