Skip to content

Commit

Permalink
Merge pull request #46 from thomas-advantitge/fix-build
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas authored Nov 2, 2024
2 parents 38a1270 + cf7f733 commit 813988d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/model/uav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ export default class UAV {
// to the output later on, thus the object spread can be avoided.
_positionMemoizer: (position: GPSPosition) => GPSPosition;

// TODO: This should be unnecessary if we can ensure that no mutation happens
// to the output later on, thus the object spread can be avoided.
_positionMemoizer: (position: GPSPosition) => GPSPosition;

/**
* Constructor.
*
Expand Down

0 comments on commit 813988d

Please sign in to comment.