summaryrefslogtreecommitdiffstats
path: root/parsers/survex.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/survex.py')
-rw-r--r--parsers/survex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/survex.py b/parsers/survex.py
index 27053cd..afd7e1d 100644
--- a/parsers/survex.py
+++ b/parsers/survex.py
@@ -69,7 +69,7 @@ class MapLocations(object):
def points(self):
for ent in Entrance.objects.all():
if ent.best_station():
- print(f"{ent.filename}", end=", ")
+ # print(f"{ent.filename}", end=", ")
try:
k = ent.caveandentrance_set.all()[0].cave
except: