Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Nov 7, 2014
1 parent 22932e5 commit df8fcb7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions awscli/customizations/assumerole.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,6 @@ def _get_role_config_values(self):


def _create_creds_from_response(self, response):
#return credentials.Credentials(
# access_key=response['Credentials']['AccessKeyId'],
# secret_key=response['Credentials']['SecretAccessKey'],
# token=response['Credentials']['SessionToken'],
# method=self.METHOD,
#)
config = self._get_role_config_values()
return credentials.RefreshableCredentials(
access_key=response['Credentials']['AccessKeyId'],
Expand Down

0 comments on commit df8fcb7

Please sign in to comment.