diff options
-rw-r--r-- | core/models/caves.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/models/caves.py b/core/models/caves.py index 9d3472f..88c9594 100644 --- a/core/models/caves.py +++ b/core/models/caves.py @@ -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): |