From 31e40671a953336acccd61bf648ccad61488a28e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 8 Jul 2020 16:21:04 +0100 Subject: [PATCH] Remove debug --- tests.py | 1 - 1 file changed, 1 deletion(-) 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.')