Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
disable logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousikai authored and Ousikai committed Feb 26, 2022
1 parent e6a56c8 commit e100f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convoy/gauntlet_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit e100f5c

Please sign in to comment.