don't need logger anymore

This commit is contained in:
InspectorCaracal 2022-05-09 16:57:46 -06:00 committed by GitHub
parent 6a5a17492c
commit 1bb90e5a71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,8 +12,6 @@ import re
from html import escape as html_escape
from .ansi import *
from evennia.utils import logger
# All xterm256 RGB equivalents
XTERM256_FG = "\033[38;5;{}m"