2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-05-01 13:02:17 +01:00

remove print statements

This commit is contained in:
2023-10-07 23:42:04 +03:00
parent 7c0187c75b
commit 152156227d
+1 -4
View File
@@ -159,11 +159,8 @@ class Cave(TroggleModel):
if e.entrance.best_station() and e.entrance.best_station() != "":
#print(self, e, e.entrance.best_station())
if e.entrance.best_station_object().x:
# print(f"{self} {e.entrance.best_station_object()} {e.entrance.best_station_object().x}")
no_data = False
# if no_data:
# print(self, "location", no_data)
# else:
# print(self, "NO LOCATION", no_data)
return no_data
def singleentrance(self):