diff --git a/tests.py b/tests.py index d87d1229c..b6cf6e8ba 100644 --- a/tests.py +++ b/tests.py @@ -3069,7 +3069,6 @@ def testDomainHandling(): testDomain = '192.168.5.153' assert decodedHost(testDomain) == testDomain testDomain = 'xn--espaa-rta.icom.museum' - print(decodedHost(testDomain)) assert decodedHost(testDomain) == "espaƱa.icom.museum"