Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Dec 6, 2023
1 parent 085173c commit 492c6cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/components/LinesExplorerMap/LinesExplorerMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export default function LinesExplorerMap() {
if (allVehiclesData && linesExplorerContext.entities.pattern?.id) {
const selectedVehiclesData = allVehiclesData.filter((item) => item.pattern_id === linesExplorerContext.entities.pattern.id);
geoJSON.features = selectedVehiclesData.map((vehicleData) => {
console.log(vehicleData.heading);
return {
type: 'Feature',
geometry: {
Expand Down

0 comments on commit 492c6cf

Please sign in to comment.