Skip to content

Commit c2b4b36

Browse files
committed
import_vm: remove redundant log
Since f9b5365 the VM ctor takes care of reporting this info.
1 parent 1c225aa commit c2b4b36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/host.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ def import_vm(self, uri, sr_uuid=None, use_cache=False):
227227
params['sr-uuid'] = sr_uuid
228228
logging.info(msg)
229229
vm_uuid = self.xe('vm-import', params)
230-
logging.info("VM UUID: %s" % vm_uuid)
231230
vm_name = prefix_object_name(self.xe('vm-param-get', {'uuid': vm_uuid, 'param-name': 'name-label'}))
232231
vm = VM(vm_uuid, self)
233232
vm.param_set('name-label', vm_name)

0 commit comments

Comments
 (0)