From 1da2179ee61aca09aa4622f341669f6cf7db8d30 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Fri, 17 Apr 2009 02:57:43 +0000 Subject: [PATCH] Had a printed debugging statement stuck in here. Whoops. --- src/ansi.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ansi.py b/src/ansi.py index 6f6942aa45..17c70a8de0 100755 --- a/src/ansi.py +++ b/src/ansi.py @@ -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') \ No newline at end of file + strip_formatting=strip_formatting) \ No newline at end of file