remove print statements

This commit is contained in:
rallytime 2014-02-11 12:06:35 -07:00
parent 9c0016a68f
commit f14be24245

View File

@ -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)]