diff options
| author | Ed Leafe <ed@leafe.com> | 2011-07-01 20:33:00 +0000 |
|---|---|---|
| committer | Ed Leafe <ed@leafe.com> | 2011-07-01 20:33:00 +0000 |
| commit | 2dc2a5f66dc039ff1755981374f4065d048bcc26 (patch) | |
| tree | e30f09638d655be0f60dbed38a10d2cc7fa9ddb3 /nova/api | |
| parent | 49c8202f43b9f606d9bd0a362b5805be98460326 (diff) | |
| download | nova-2dc2a5f66dc039ff1755981374f4065d048bcc26.tar.gz nova-2dc2a5f66dc039ff1755981374f4065d048bcc26.tar.xz nova-2dc2a5f66dc039ff1755981374f4065d048bcc26.zip | |
removed more stray debug output
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/auth.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/api/openstack/auth.py b/nova/api/openstack/auth.py index 6231216c9..7c3e683d6 100644 --- a/nova/api/openstack/auth.py +++ b/nova/api/openstack/auth.py @@ -100,7 +100,6 @@ class AuthMiddleware(wsgi.Middleware): token, user = self._authorize_user(username, key, req) if user and token: - print "TOKEN:", token['token_hash'] res = webob.Response() res.headers['X-Auth-Token'] = token['token_hash'] res.headers['X-Server-Management-Url'] = \ |
