Merge "remove left-over debug statement"

This commit is contained in:
Jenkins 2013-11-01 09:05:45 +00:00 committed by Gerrit Code Review
commit a0ad96f4bb

View File

@ -153,7 +153,6 @@ class TestRacks(api.FunctionalTest):
self.assertEqual(str(response.json['location']), json['location'])
self.assertEqual(response.json['subnet'], json['subnet'])
self.assertEqual(len(response.json['nodes']), 2)
print dict(response.json['capacities'][0])
self.assertEqual(str(response.json['capacities'][0]['unit']), 'MB')
# Make sure we delete the Rack we just created