Remove print statements
Change-Id: I40a805bee3f10d5989188971423cbb6c07f740c8
This commit is contained in:
@@ -313,7 +313,6 @@ class VMOps(object):
|
||||
|
||||
def suspend(self, instance):
|
||||
"""Suspend the specified instance."""
|
||||
print instance
|
||||
LOG.debug(_("Suspend instance"), instance=instance)
|
||||
self._set_vm_state(instance["name"],
|
||||
constants.HYPERV_VM_STATE_SUSPENDED)
|
||||
|
||||
Reference in New Issue
Block a user