From e1ad4220e5ca00ec0e7f77ce5087845fcb356a0e Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Thu, 10 Feb 2011 13:18:57 -0500 Subject: Commented out annoying print statement. --- tests/test_html5lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_html5lib.py') diff --git a/tests/test_html5lib.py b/tests/test_html5lib.py index 5febe2d..3e35949 100644 --- a/tests/test_html5lib.py +++ b/tests/test_html5lib.py @@ -77,4 +77,4 @@ class TestHTML5BuilderInvalidMarkup(TestLXMLBuilderInvalidMarkup): utf8 = isolatin.replace("ISO-Latin-1".encode(), "utf-8".encode()) utf8 = utf8.replace("\xe9", "\xc3\xa9") - print soup + #print soup -- cgit v1.2.3