summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSalvatore Orlando <salvatore.orlando@eu.citrix.com>2011-03-13 23:35:30 +0000
committerSalvatore Orlando <salvatore.orlando@eu.citrix.com>2011-03-13 23:35:30 +0000
commit4f2d48eeffc79333afae829ea31f7eae0549b40a (patch)
tree79c7a3dba2f205231e00382b45460512a6976b81
parent6a06dd65ecc9754565b8368adb3921fb248dd92b (diff)
Removed excess LOG.debug line
-rw-r--r--nova/tests/test_xenapi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/test_xenapi.py b/nova/tests/test_xenapi.py
index 85d804ebd..def37b377 100644
--- a/nova/tests/test_xenapi.py
+++ b/nova/tests/test_xenapi.py
@@ -268,7 +268,6 @@ class XenAPIVMTestCase(test.TestCase):
mem_kib = long(instance_type['memory_mb']) << 10
mem_bytes = str(mem_kib << 10)
vcpus = instance_type['vcpus']
- LOG.debug("VM:%s", self.vm)
self.assertEquals(self.vm_info['max_mem'], mem_kib)
self.assertEquals(self.vm_info['mem'], mem_kib)
self.assertEquals(self.vm['memory_static_max'], mem_bytes)