Removed some forgotten code lines from testing

This commit is contained in:
TheNetworkGuy 2024-11-18 14:11:38 +01:00
parent acab7dd6d2
commit 81764b589a

View File

@ -157,9 +157,6 @@ def main(arguments):
# Check if a valid hostgroup has been found for this VM. # Check if a valid hostgroup has been found for this VM.
if not vm.hostgroup: if not vm.hostgroup:
continue continue
# Temporary disable inventory sync for VM's
# vm.set_inventory(nb_vm)
# Checks if device is in cleanup state # Checks if device is in cleanup state
if vm.status in zabbix_device_removal: if vm.status in zabbix_device_removal:
if vm.zabbix_id: if vm.zabbix_id: