Skip to content

Commit 8d08951

Browse files
author
Matt Joyce
committed
removing print call in roles get_data
Change-Id: I2aebf6099821212d4bd4b4b6d78b9752085168b2
1 parent 3acb1c6 commit 8d08951

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • openstackclient/identity/v2_0

openstackclient/identity/v2_0/role.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ def get_data(self, parsed_args):
234234
identity_client.tenants, parsed_args.tenant)
235235
user = utils.find_resource(
236236
identity_client.users, parsed_args.user)
237-
print "role: %s" % role
238237
identity_client.roles.remove_user_role(
239238
user.id,
240239
role.id,

0 commit comments

Comments
 (0)