diff options
| author | Arata Notsu <notsu@virtualtech.jp> | 2013-04-02 10:45:45 +0900 |
|---|---|---|
| committer | Arata Notsu <notsu@virtualtech.jp> | 2013-04-02 10:53:14 +0900 |
| commit | 994c69ac9e6a6758bc4e18ea6204ae29cbd05080 (patch) | |
| tree | ce49ab4b02e16f196821eed82ef650d426ba0372 /nova/virt | |
| parent | 3b428d80286d1b8b7f626663f7f66097c06cce4c (diff) | |
Remove print statements
Change-Id: I40a805bee3f10d5989188971423cbb6c07f740c8
Diffstat (limited to 'nova/virt')
| -rw-r--r-- | nova/virt/hyperv/vmops.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/virt/hyperv/vmops.py b/nova/virt/hyperv/vmops.py index 3b71514d3..efdcf4120 100644 --- a/nova/virt/hyperv/vmops.py +++ b/nova/virt/hyperv/vmops.py @@ -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) |
