Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Jan 27, 2021
1 parent 15299f7 commit 9bdd1d0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ragdoll/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,6 @@ def install_logger():
"ragdoll.%(funcName)s() - %(message)s"
)

# NOTE: This affects logging outside of Ragdoll as well,
# how else can we avoid all-caps "WARNING" level names?
logging.addLevelName(logging.INFO, "Info")
logging.addLevelName(logging.WARNING, "Warning")

# This one works like logging.StreamHandler,
# except it also colors the Command Line nicely
handler = RagdollGuiLogHandler()
Expand Down

0 comments on commit 9bdd1d0

Please sign in to comment.