From 6ac6daa171d8a545b6e4753d414feb6fd60b6151 Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Thu, 24 Nov 2016 15:56:45 +0100 Subject: [PATCH] Remove debug info --- share/hooks/delete_poweroff_vms.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/share/hooks/delete_poweroff_vms.rb b/share/hooks/delete_poweroff_vms.rb index 741f42132a..6c297910c8 100755 --- a/share/hooks/delete_poweroff_vms.rb +++ b/share/hooks/delete_poweroff_vms.rb @@ -83,10 +83,6 @@ keep_disks = !template['/VM/USER_TEMPLATE/KEEP_DISKS_ON_DONE'].nil? && disks = [template.to_hash["VM"]["TEMPLATE"]["DISK"]].flatten.compact host = template["/VM/HISTORY_RECORDS/HISTORY"].first["HOSTNAME"] -puts host -exit - - cloned_tmplt = nil if !template['/VMM_DRIVER_ACTION_DATA/VM/TEMPLATE/CLONING_TEMPLATE_ID'].nil? cloned_tmplt = template['/VMM_DRIVER_ACTION_DATA/VM/TEMPLATE/TEMPLATE_ID']