diff options
| author | William Wolf <throughnothing@gmail.com> | 2011-06-01 23:11:50 -0400 |
|---|---|---|
| committer | William Wolf <throughnothing@gmail.com> | 2011-06-01 23:11:50 -0400 |
| commit | 5ded1f2c1d0d14b3c04df137f7cc6a0b65e53fda (patch) | |
| tree | 3893e6f717c5c64755f00e80f2c2c6a0b1710b34 /nova/api | |
| parent | 4fb46873ef4332c6570d3ac5559557745056dee6 (diff) | |
got rid of print debugs
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/common.py | 1 | ||||
| -rw-r--r-- | nova/api/openstack/servers.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/nova/api/openstack/common.py b/nova/api/openstack/common.py index c9e3dbb64..559b44ef5 100644 --- a/nova/api/openstack/common.py +++ b/nova/api/openstack/common.py @@ -102,7 +102,6 @@ def limited(items, request, max_limit=FLAGS.osapi_max_limit): def limited_by_marker(items, request, max_limit=FLAGS.osapi_max_limit): """Return a slice of items according to the requested marker and limit.""" - print "TEST LIMIT" (marker, limit) = get_pagination_params(request) if limit == 0: diff --git a/nova/api/openstack/servers.py b/nova/api/openstack/servers.py index ad556ca84..f2ce64e78 100644 --- a/nova/api/openstack/servers.py +++ b/nova/api/openstack/servers.py @@ -55,7 +55,6 @@ class Controller(object): def detail(self, req): """ Returns a list of server details for a given user """ - print "DETAIL" return self._items(req, is_detail=True) def _image_id_from_req_data(self, data): |
