mirror of
https://github.com/lopes/netbox-scanner.git
synced 2025-07-25 14:54:37 +02:00
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]}"')
|
logging.info(f'unchanged: {host[0]}/32 "{host[1]}"')
|
||||||
self.stats['unchanged'] += 1
|
self.stats['unchanged'] += 1
|
||||||
else:
|
else:
|
||||||
print(host)
|
|
||||||
print(self.tag)
|
|
||||||
self.netbox.ipam.ip_addresses.create(
|
self.netbox.ipam.ip_addresses.create(
|
||||||
address=host[0],
|
address=host[0],
|
||||||
# tags=[self.tag],
|
# tags=[self.tag],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user