Skip to content

Commit

Permalink
Remove log message
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Dec 6, 2023
1 parent a69ab25 commit 4f574bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/views/projectLiveMonitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ export function ProjectLiveMonitoring() {
status={status}
orderBy="created_at"
onFetchFirstTime={(mostRecentFeature) => {
console.log(mostRecentFeature);
if (mostRecentFeature) {
setCoords([mostRecentFeature.lat, mostRecentFeature.lon]);
}
Expand Down

0 comments on commit 4f574bb

Please sign in to comment.