diff --git a/app/domain/authentication/authn_iam/authenticator.rb b/app/domain/authentication/authn_iam/authenticator.rb index 853cc7c444..6ef2c61596 100755 --- a/app/domain/authentication/authn_iam/authenticator.rb +++ b/app/domain/authentication/authn_iam/authenticator.rb @@ -53,7 +53,6 @@ def aws_signed_url def response_from_signed_request(aws_headers) Rails.logger.debug("Retrieving IAM identity") - RestClient.log = Rails.logger begin RestClient.get(aws_signed_url, headers = aws_headers) rescue RestClient::ExceptionWithResponse => e