This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new ea9fecd4 Not useful; to be expected sometimes
ea9fecd4 is described below
commit ea9fecd4ccc441654e725519be324699a5a9c150
Author: Sebb <[email protected]>
AuthorDate: Sat Jan 27 23:35:23 2024 +0000
Not useful; to be expected sometimes
---
lib/whimsy/asf/rack.rb | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/whimsy/asf/rack.rb b/lib/whimsy/asf/rack.rb
index 4dad465f..bdd531e6 100644
--- a/lib/whimsy/asf/rack.rb
+++ b/lib/whimsy/asf/rack.rb
@@ -18,7 +18,6 @@ module ASF
if auth.to_s.empty?
env.user = env['REMOTE_USER'] || ENV['USER'] || Etc.getpwuid.name
- Wunderbar.warn "No auth found for #{env.user} at #{caller.select{|s| s
=~ %r{/srv/whimsy/}}}}"
else
require 'base64'
env.user, env.password = Base64.