Skip to content

Commit

Permalink
[TM-874] remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarLima1 committed Jun 12, 2024
1 parent 88460a4 commit 84687e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/project/[uuid]/components/OverviewMapArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const OverviewMapArea = ({ entityModel, type }: EntityAreaProps) => {
};

useEffect(() => {
console.log("entityModel", entityModel);
if (entityModel?.uuid) {
const statusFilter = checkedValues.join(",");
getPolygonsData(entityModel.uuid, statusFilter, sortOrder, type, setResultValues);
Expand Down

0 comments on commit 84687e6

Please sign in to comment.