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

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
erinz2020 committed Jan 9, 2024
1 parent 568d7e3 commit f8f6c77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/dataDisplays/DataDisplay.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ export default function DataDisplay({
<IconButton
onClick={async () => {
const url = `${__houston_url__}/api/v1/${titleId}/export`;
console.log('url', url);
if (
titleId === 'sightings' ||
titleId === 'individuals' ||
Expand Down

0 comments on commit f8f6c77

Please sign in to comment.