diff --git a/frontend/src/app/home/map/map.component.ts b/frontend/src/app/home/map/map.component.ts index 6e5cf9e..db2b41a 100644 --- a/frontend/src/app/home/map/map.component.ts +++ b/frontend/src/app/home/map/map.component.ts @@ -308,7 +308,6 @@ export class MapComponent implements OnInit, OnDestroy { if (this.userMarker) { this.userMarker.closePopup(); this.userMarker.unbindPopup(); - this.track(); } }