mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
remove print statements
This commit is contained in:
parent
9c0016a68f
commit
f14be24245
@ -108,8 +108,6 @@ def AAAA(host, nameserver=None):
|
||||
return []
|
||||
|
||||
# make sure all entries are IPs
|
||||
print cmd['stdout']
|
||||
print check_ip(cmd['stdout'])
|
||||
return [x for x in cmd['stdout'].split('\n') if check_ip(x)]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user