mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 02:36:32 +01:00
Had a printed debugging statement stuck in here. Whoops.
This commit is contained in:
parent
b7ae985ef9
commit
1da2179ee6
1 changed files with 1 additions and 3 deletions
|
|
@ -112,6 +112,4 @@ def parse_ansi(string, strip_ansi=False, strip_formatting=False, parser=ANSI_PAR
|
|||
Parses a string, subbing color codes as needed.
|
||||
"""
|
||||
return parser.parse_ansi(string, strip_ansi=strip_ansi,
|
||||
strip_formatting=strip_formatting)
|
||||
|
||||
print parse_ansi('yay%chyay')
|
||||
strip_formatting=strip_formatting)
|
||||
Loading…
Add table
Add a link
Reference in a new issue