removing print call in roles get_data

Change-Id: I2aebf6099821212d4bd4b4b6d78b9752085168b2
This commit is contained in:
Matt Joyce 2012-05-23 12:18:53 -07:00
parent 3acb1c6a85
commit 8d089518f0

View File

@ -234,7 +234,6 @@ class RemoveRole(command.OpenStackCommand):
identity_client.tenants, parsed_args.tenant) identity_client.tenants, parsed_args.tenant)
user = utils.find_resource( user = utils.find_resource(
identity_client.users, parsed_args.user) identity_client.users, parsed_args.user)
print "role: %s" % role
identity_client.roles.remove_user_role( identity_client.roles.remove_user_role(
user.id, user.id,
role.id, role.id,