remove extra logging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-08 15:54:30 +10:00
parent 106eb7d1bb
commit 919ffd52cf

View File

@@ -329,7 +329,7 @@ func main() {
// Get a reference to the cluster mentioned
cluster := getCluster((event.ComputeResource.Name))
vm := getVmInCluster(event.Vm.Name, cluster.Reference())
log.Printf("VM: '%+v'\n", vm)
//log.Printf("VM: '%+v'\n", vm)
//vm := getVM(event.Vm.Name)
// If we couldn't find the vm then skip this event