Extraneous prints

main
Bob Mottram 2021-04-04 21:47:02 +01:00
parent 6e03698235
commit 9176e3d146
1 changed files with 0 additions and 2 deletions

View File

@ -3416,8 +3416,6 @@ def testSpeakerReplaceLinks():
'how-to-help-running-snowflake/'
detectedLinks = []
result = speakerReplaceLinks(text, {'Linked': 'Web link'}, detectedLinks)
print(result)
print(str(detectedLinks))
assert len(detectedLinks) == 1
assert detectedLinks[0] == \
'https://support.torproject.org/censorship/' + \