Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
erinz authored and erinz committed Sep 20, 2023
1 parent d379031 commit f2bc555
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export default function ElasticsearchSightingsDisplay({
...rest
}) {
const title = `${dataCount || sightings.length} matching sightings`;
console.log('sightings', sightings);


const tableData = sightings.map(sighting => {
// const encounters = sighting?.encounters || [];
// const photoCount = encounters.reduce((memo, e) => {
Expand Down

0 comments on commit f2bc555

Please sign in to comment.