Skip to content

Commit

Permalink
remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaRip committed Sep 20, 2024
1 parent f934596 commit 1c1cf58
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/client/src/pages/Map/markers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ export default function Markers({ wells, regionTranslations }: props): JSX.Eleme
}
}

console.log('================================');
console.log(wells);
console.log(wells.filter);

return (
<>
{wells.filter(
Expand Down

0 comments on commit 1c1cf58

Please sign in to comment.