summaryrefslogtreecommitdiffstats
path: root/core/models/caves.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-10-18 00:42:50 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2023-10-18 00:42:50 +0300
commitc0e4bee26b84c7f8f968c83284700cdf8ff0512f (patch)
treed62aab2abead4dbdb3e5de63e62623f301ada258 /core/models/caves.py
parent1cbbdad1b3fd43619d0c4b7fed8abdf4d6057340 (diff)
downloadtroggle-c0e4bee26b84c7f8f968c83284700cdf8ff0512f.tar.gz
troggle-c0e4bee26b84c7f8f968c83284700cdf8ff0512f.tar.bz2
troggle-c0e4bee26b84c7f8f968c83284700cdf8ff0512f.zip
still trying to find why 78d is duplicated
Diffstat (limited to 'core/models/caves.py')
-rw-r--r--core/models/caves.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/models/caves.py b/core/models/caves.py
index 628679a..2d3e454 100644
--- a/core/models/caves.py
+++ b/core/models/caves.py
@@ -416,10 +416,7 @@ class Entrance(TroggleModel):
def latlong(self):
"""Gets lat long assuming that it has to get it from the associated stations
- """
- # if self.easting and self.northing: # hmm not a good idea I think
- # return utmToLatLng(33, float(self.easting), float(self.northing), northernHemisphere=True)
-
+ """
station = None
if self.other_station:
try: