From 4f574bb71244c53526f578336ce78e1c7d13b791 Mon Sep 17 00:00:00 2001 From: Emillio Mariscal Date: Wed, 6 Dec 2023 13:22:42 -0300 Subject: [PATCH] Remove log message --- frontend/src/views/projectLiveMonitoring.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/views/projectLiveMonitoring.js b/frontend/src/views/projectLiveMonitoring.js index c56fa4be07..606ece7235 100644 --- a/frontend/src/views/projectLiveMonitoring.js +++ b/frontend/src/views/projectLiveMonitoring.js @@ -216,7 +216,6 @@ export function ProjectLiveMonitoring() { status={status} orderBy="created_at" onFetchFirstTime={(mostRecentFeature) => { - console.log(mostRecentFeature); if (mostRecentFeature) { setCoords([mostRecentFeature.lat, mostRecentFeature.lon]); }