From 79f8b81265fbc51c8b9f61888820edfd1c69d70b Mon Sep 17 00:00:00 2001 From: Joe DiPrima Date: Wed, 28 Dec 2022 07:12:30 -0600 Subject: [PATCH] 12/28/2022 --- qmutants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qmutants.py b/qmutants.py index f2869c8..913f5df 100644 --- a/qmutants.py +++ b/qmutants.py @@ -491,8 +491,8 @@ class mutant(QWidget): self.area_indexed = False self.local_monsters = [] self.local_items = [] - print("wander triggered") - print("no action: " + str(self.no_action_cnt)) + #print("wander triggered") + #print("no action: " + str(self.no_action_cnt)) #increment no action counter self.no_action_cnt = self.no_action_cnt + 1 if len(self.direction_list) == 0: