mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 23:01:52 +00:00
remove print statements
This commit is contained in:
parent
7c0187c75b
commit
152156227d
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user