From 888e38a95c20387a2f51d797da70d44e09820eb9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 6 Nov 2020 14:37:23 +0000 Subject: [PATCH] Remove debug --- tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests.py b/tests.py index c4cf32433..8a75dbedc 100644 --- a/tests.py +++ b/tests.py @@ -1678,7 +1678,6 @@ def testWebLinks(): 'some.incredibly.long.and.annoying.word.which.should.be.removed: ' + \ 'The remaining text' resultText = removeLongWords(exampleText, 40, []) - print('resultText: ' + resultText) assert resultText == \ 'some.incredibly.long.and.annoying.word.w\n' + \ 'hich.should.be.removed: The remaining text'