removing another debugging log.

This commit is contained in:
Gareth J. Greenaway 2019-01-24 14:52:31 -08:00
parent ad64efbabe
commit 87f3972606
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -276,7 +276,6 @@ class NetworkTestCase(TestCase):
'ret': '127.0.0.1'},
]
for host in hosts:
log.debug('=== h %s ===', host)
with patch.object(socket, 'getaddrinfo', MagicMock(return_value=host['mocked'])):
with patch('socket.socket', MockSocket):
ret = network.dns_check(host['host'], host['port'])