remove unnecessary print statements
This commit is contained in:
parent
95fbba2c79
commit
aa51c21419
|
@ -62,8 +62,6 @@ class NetBoxScanner(object):
|
|||
logging.info(f'unchanged: {host[0]}/32 "{host[1]}"')
|
||||
self.stats['unchanged'] += 1
|
||||
else:
|
||||
print(host)
|
||||
print(self.tag)
|
||||
self.netbox.ipam.ip_addresses.create(
|
||||
address=host[0],
|
||||
# tags=[self.tag],
|
||||
|
|
Loading…
Reference in New Issue