summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Leafe <ed@leafe.com>2010-12-30 18:25:30 -0600
committerEd Leafe <ed@leafe.com>2010-12-30 18:25:30 -0600
commitb5f5ec40bbc6b898ac73444e9a0f0372c92fc12a (patch)
tree10fae6e45895d4172ba2c52ccf399d9a8031f5ee
parent66f8e28fb4f4a898803ac6a38974a9fa804612d0 (diff)
removed some debugging code left in previous push.
-rw-r--r--nova/virt/xenapi/vmops.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/virt/xenapi/vmops.py b/nova/virt/xenapi/vmops.py
index 5c9455db3..c46a881a8 100644
--- a/nova/virt/xenapi/vmops.py
+++ b/nova/virt/xenapi/vmops.py
@@ -304,10 +304,6 @@ class VMOps(object):
ret = self._make_xenstore_call('read_record', vm, path,
{'ignore_missing_path': 'True'})
except self.XenAPI.Failure, e:
- print "XENERR", e
- return None
- except StandardError, e:
- print "ERR", type(e), e, e.msg
return None
try:
return json.loads(ret)