From 8ce1499dc29265c529475f2268c2768de4450e03 Mon Sep 17 00:00:00 2001 From: Emillio Mariscal Date: Thu, 14 Dec 2023 18:35:48 -0300 Subject: [PATCH] Remove log msg --- frontend/src/views/projectLiveMonitoring.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/views/projectLiveMonitoring.js b/frontend/src/views/projectLiveMonitoring.js index a8e52bb313..991bac87a2 100644 --- a/frontend/src/views/projectLiveMonitoring.js +++ b/frontend/src/views/projectLiveMonitoring.js @@ -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(" "),