diff options
Diffstat (limited to 'src/modules/location')
| -rw-r--r-- | src/modules/location/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/location/index.ts b/src/modules/location/index.ts index d55e0c8a..a9fb7508 100644 --- a/src/modules/location/index.ts +++ b/src/modules/location/index.ts @@ -572,7 +572,6 @@ export class LocationModule extends ModuleBase { /** * The distance in km per degree for earth. */ - // TODO @Shinigami92 2022-04-26: Provide an option property to provide custom circumferences. const kmPerDegree = 40_000 / 360; // in km/° const distanceInDegree = distanceInKm / kmPerDegree; // in ° |
