Skip to content

Commit

Permalink
Remove log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Dec 14, 2023
1 parent 5ca8a63 commit 8ce1499
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/views/projectLiveMonitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ export function ProjectLiveMonitoring() {
type: "MultiPolygon",
coordinates: [[bbox]]
}).geometry.coordinates);
console.log(centroid({
type: "MultiPolygon",
coordinates: [[bbox]]
}))
setAreaOfInterest([
bbox[0].join(" "),
bbox[1].join(" "),
Expand Down

0 comments on commit 8ce1499

Please sign in to comment.