From 152156227d2b3aeb86b03245e9ab40ebcdbf9da6 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 7 Oct 2023 23:42:04 +0300 Subject: remove print statements --- core/models/caves.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'core/models/caves.py') 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): -- cgit v1.2.3