diff --git a/tests.py b/tests.py index ba21720b..55b0f758 100644 --- a/tests.py +++ b/tests.py @@ -1879,7 +1879,6 @@ def testRemoveHtml(): testStr = 'This string has no html.' assert(removeHtml(testStr) == testStr) testStr = 'This string has html.' - print(removeHtml(testStr)) assert(removeHtml(testStr) == 'This string has html.')