diff options
| author | Jenkins <jenkins@review.openstack.org> | 2011-11-09 00:54:42 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2011-11-09 00:54:42 +0000 |
| commit | ffb9f2ed3b3fabf30146b4894a05083a089b834a (patch) | |
| tree | 5cb1e6c7d65dfbb8bbcc362c4d73b70aea247154 | |
| parent | a0c86692030a322114f999a703d0f610d3bf847c (diff) | |
| parent | 8498872312f96496c0754bfe5060d288fd15721f (diff) | |
Merge "Remove debugging print"
| -rw-r--r-- | nova/api/openstack/views/flavors.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/api/openstack/views/flavors.py b/nova/api/openstack/views/flavors.py index 302212aa8..9e180640b 100644 --- a/nova/api/openstack/views/flavors.py +++ b/nova/api/openstack/views/flavors.py @@ -66,7 +66,6 @@ class ViewBuilder(object): def _build_links(self, flavor_obj): """Generate a container of links that refer to the provided flavor.""" - print flavor_obj href = self.generate_href(flavor_obj["id"]) bookmark = self.generate_bookmark(flavor_obj["id"]) |
