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
|
|
@ -113,5 +113,3 @@ def parse_ansi(string, strip_ansi=False, strip_formatting=False, parser=ANSI_PAR
|
||||||
"""
|
"""
|
||||||
return parser.parse_ansi(string, strip_ansi=strip_ansi,
|
return parser.parse_ansi(string, strip_ansi=strip_ansi,
|
||||||
strip_formatting=strip_formatting)
|
strip_formatting=strip_formatting)
|
||||||
|
|
||||||
print parse_ansi('yay%chyay')
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue