Skip to content

Commit

Permalink
Remove Debug Message
Browse files Browse the repository at this point in the history
A debug log message in this file inadvertantly is printing the usernamd and password in clear text.
This is obvious incorrect and is being removed.
  • Loading branch information
jerryk55 committed Aug 2, 2018
1 parent 4eb1471 commit 39c78f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/file_depot_s3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def with_depot_connection(options = {})
end

def verify_credentials(auth_type = nil, options = {})
_log.debug("verifying credentials for auth_type [#{auth_type}] with options [#{options}]")

connection_rescue_block do
# EC2 does Lazy Connections, so call a cheap function
Expand Down

0 comments on commit 39c78f3

Please sign in to comment.