summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-10-07 23:42:04 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2023-10-07 23:42:04 +0300
commit152156227d2b3aeb86b03245e9ab40ebcdbf9da6 (patch)
treecc2c66ed2de2b8259f32e31ff23efb5c77724d21
parent7c0187c75bb1d9dce1a55acb3d3bda9e893704ad (diff)
downloadtroggle-152156227d2b3aeb86b03245e9ab40ebcdbf9da6.tar.gz
troggle-152156227d2b3aeb86b03245e9ab40ebcdbf9da6.tar.bz2
troggle-152156227d2b3aeb86b03245e9ab40ebcdbf9da6.zip
remove print statements
-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 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):