diff options
| author | termie <github@anarkystic.com> | 2012-01-24 23:01:51 -0800 |
|---|---|---|
| committer | termie <github@anarkystic.com> | 2012-01-24 23:01:51 -0800 |
| commit | d4f2bf5fdefca433ee81075dd28be6f1b7387b50 (patch) | |
| tree | 38da349f91cf0f4fd02ab4c6030f364cb17455df /keystone/common | |
| parent | 608b9a270bf2bdc017e02d2575669ec62d0645e7 (diff) | |
add a bunch of basic tests for the cli
Diffstat (limited to 'keystone/common')
| -rw-r--r-- | keystone/common/wsgi.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keystone/common/wsgi.py b/keystone/common/wsgi.py index fafa9694..34caec2c 100644 --- a/keystone/common/wsgi.py +++ b/keystone/common/wsgi.py @@ -196,7 +196,6 @@ class Application(BaseApplication): creds = user_token_ref['metadata'].copy() creds['user_id'] = user_token_ref['user'].get('id') creds['tenant_id'] = user_token_ref['tenant'].get('id') - print creds # Accept either is_admin or the admin role assert self.policy_api.can_haz(context, ('is_admin:1', 'roles:admin'), |
