diff options
author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-02-14 14:54:04 -0800 |
---|---|---|
committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-02-14 14:54:04 -0800 |
commit | 1da5dcc0644a13cfb99852f3438649f710feb2bc (patch) | |
tree | efc14e222cf9cadf32cee083fece46f2084bc880 | |
parent | 6147a606cbe6b7e764865d2471d86f503437051b (diff) | |
download | nova-1da5dcc0644a13cfb99852f3438649f710feb2bc.tar.gz nova-1da5dcc0644a13cfb99852f3438649f710feb2bc.tar.xz nova-1da5dcc0644a13cfb99852f3438649f710feb2bc.zip |
removed debugging
-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 a383ef086..473071738 100644 --- a/nova/api/openstack/auth.py +++ b/nova/api/openstack/auth.py @@ -79,7 +79,6 @@ class AuthMiddleware(wsgi.Middleware): except KeyError: return faults.Fault(webob.exc.HTTPUnauthorized()) - logging.debug("**** USERNAME %s, PASSWORD %s" % (username, key)) token, user = self._authorize_user(username, key, req) if user and token: res = webob.Response() |