don't need logger anymore

This commit is contained in:
InspectorCaracal 2022-05-09 16:57:46 -06:00 committed by GitHub
parent 6046f279eb
commit 4db12d15c0

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"