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