Merge "remove expected backtrace from logs"

This commit is contained in:
Jenkins 2015-03-18 00:11:46 +00:00 committed by Gerrit Code Review
commit a998ead704
1 changed files with 0 additions and 1 deletions

View File

@ -207,7 +207,6 @@ class AuthInfo(object):
# disabled.
self._lookup_domain({'id': project_ref['domain_id']})
except exception.ProjectNotFound as e:
LOG.exception(six.text_type(e))
raise exception.Unauthorized(e)
self._assert_project_is_enabled(project_ref)
return project_ref