From cf7f733b483b156bfe8e9cca27e59f695cc2c767 Mon Sep 17 00:00:00 2001 From: Thomas Blommaert Date: Sat, 2 Nov 2024 13:53:08 +0100 Subject: [PATCH] fix: duplicate identifier --- src/model/uav.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/model/uav.ts b/src/model/uav.ts index 603d771c..dc69abd9 100644 --- a/src/model/uav.ts +++ b/src/model/uav.ts @@ -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. *