remove unnecessary print statements

This commit is contained in:
bile0026 2020-11-23 20:53:43 -06:00
parent 95fbba2c79
commit aa51c21419
1 changed files with 0 additions and 2 deletions

View File

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