From e100f5c5bb93ffdbb75141ed61787f14f03d65a3 Mon Sep 17 00:00:00 2001 From: Ousikai Date: Sat, 26 Feb 2022 06:20:05 -0500 Subject: [PATCH] disable logger --- convoy/gauntlet_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convoy/gauntlet_template.py b/convoy/gauntlet_template.py index 12b19bc..d204b41 100644 --- a/convoy/gauntlet_template.py +++ b/convoy/gauntlet_template.py @@ -63,7 +63,7 @@ def get_unit_scores(): # 4) reduce value of count by 1 x_text = x.get_text() if "Th" in x_text and "rr" in x_text: - logger.debug("Changing text to Thorr") + # logger.debug("Changing text to Thorr") x_text = "Thorr" # if "Black" in x_text and "Knight" in x_text: # logger.debug("Changing text to BlackKnight")