Skip to content

Commit

Permalink
Remove unnecessary tracking after action.
Browse files Browse the repository at this point in the history
  • Loading branch information
swoocn committed Mar 31, 2024
1 parent 704f566 commit 1a960e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/app/home/map/map.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ export class MapComponent implements OnInit, OnDestroy {
if (this.userMarker) {
this.userMarker.closePopup();
this.userMarker.unbindPopup();
this.track();
}
}

Expand Down

0 comments on commit 1a960e2

Please sign in to comment.