Remove print statements

Change-Id: I40a805bee3f10d5989188971423cbb6c07f740c8
This commit is contained in:
Arata Notsu
2013-04-02 10:45:45 +09:00
parent 3b428d8028
commit 994c69ac9e
4 changed files with 3 additions and 4 deletions

View File

@@ -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)