Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Nov 27, 2024
1 parent b32f808 commit c274797
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/webapp/src/js/controls/map/MapControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export class MapControls {
*/
start(manager) {
this.manager = manager;
this.snapDistance = manager.distance;

this.rootElement.addEventListener("contextmenu", this.onContextMenu);
this.hammer.on("tap", this.onTap);
Expand Down

0 comments on commit c274797

Please sign in to comment.