mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
removing another debugging log.
This commit is contained in:
parent
ad64efbabe
commit
87f3972606
1 changed files with 0 additions and 1 deletions
|
@ -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'])
|
||||
|
|
Loading…
Add table
Reference in a new issue