From 5c158cf8a8832b6038c21834d4a0e33d33455343 Mon Sep 17 00:00:00 2001 From: Minidodo Date: Mon, 29 Aug 2022 00:05:36 +0200 Subject: [PATCH] removed print() statements.. debugging... --- modules/raidbot/raid/raidbot_controller.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/raidbot/raid/raidbot_controller.py b/modules/raidbot/raid/raidbot_controller.py index 09834cd..fb03691 100644 --- a/modules/raidbot/raid/raidbot_controller.py +++ b/modules/raidbot/raid/raidbot_controller.py @@ -412,13 +412,10 @@ class RaidbotController(BaseModule): continue alt = None if not raider.in_raid: - print(raider) for x in self.raid.raiders: - x: Raider if not x.is_active: continue if raider.char_id in [y.char_id for y in x.alts]: - print(raider) alt = f"ALT [{self.character_service.get_char_name(x.active_id)}]" entry = f"{self.util.get_prof_icon(raider.profession)} " \ f"{self.text.zfill(raider.level, 220)}/{self.text.zfill(raider.ai_level, 30)} " \