diff options
| author | Matt Joyce <matt.joyce@cloudscaling.com> | 2012-05-23 12:18:53 -0700 |
|---|---|---|
| committer | Matt Joyce <matt.joyce@cloudscaling.com> | 2012-05-23 12:18:53 -0700 |
| commit | 8d089518f087a6072b75fdce8b69d7e302cfb374 (patch) | |
| tree | fb04740ad961b3f0f73a393435857a2424ad19bb /openstackclient | |
| parent | 3acb1c6a855527a384393d4caf92483bdc6562d1 (diff) | |
| download | python-openstackclient-8d089518f087a6072b75fdce8b69d7e302cfb374.tar.gz | |
removing print call in roles get_data
Change-Id: I2aebf6099821212d4bd4b4b6d78b9752085168b2
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/identity/v2_0/role.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openstackclient/identity/v2_0/role.py b/openstackclient/identity/v2_0/role.py index 0f94a4be..9ac5455b 100644 --- a/openstackclient/identity/v2_0/role.py +++ b/openstackclient/identity/v2_0/role.py @@ -234,7 +234,6 @@ class RemoveRole(command.OpenStackCommand): identity_client.tenants, parsed_args.tenant) user = utils.find_resource( identity_client.users, parsed_args.user) - print "role: %s" % role identity_client.roles.remove_user_role( user.id, role.id, |
