aboutsummaryrefslogtreecommitdiff
path: root/src/modules/location
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-06-21 12:14:04 +0200
committerGitHub <[email protected]>2024-06-21 12:14:04 +0200
commitff2dae48be1713db49e7d651529562a4c84a70e9 (patch)
tree1833f5506084ecc593af5b3058e1138f0029a4f8 /src/modules/location
parentd31c635e6efc4013ea44a6676f832091c1763050 (diff)
downloadfaker-ff2dae48be1713db49e7d651529562a4c84a70e9.tar.xz
faker-ff2dae48be1713db49e7d651529562a4c84a70e9.zip
chore: remove potential future feature todos (#2959)
Diffstat (limited to 'src/modules/location')
-rw-r--r--src/modules/location/index.ts1
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 °