[ARVADOS] updated: 1.3.0-2548-g6002ef855
Git user
git at public.arvados.org
Fri May 8 20:30:13 UTC 2020
Summary of changes:
services/api/app/controllers/user_sessions_controller.rb | 2 --
1 file changed, 2 deletions(-)
via 6002ef855cd7a5bbbf353ec3304fccec412e68fa (commit)
from 8f435f4bac86e7ba7dbd9770d2db9bb4db6cf569 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 6002ef855cd7a5bbbf353ec3304fccec412e68fa
Author: Tom Clegg <tom at tomclegg.ca>
Date: Fri May 8 16:29:38 2020 -0400
15881: Remove debug printf.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>
diff --git a/services/api/app/controllers/user_sessions_controller.rb b/services/api/app/controllers/user_sessions_controller.rb
index 200260bce..85f32772b 100644
--- a/services/api/app/controllers/user_sessions_controller.rb
+++ b/services/api/app/controllers/user_sessions_controller.rb
@@ -30,8 +30,6 @@ class UserSessionsController < ApplicationController
authinfo = request.env['omniauth.auth']['info'].with_indifferent_access
end
- Rails.logger.warn "authinfo was #{authinfo.inspect}"
-
begin
user = User.register(authinfo)
rescue => e
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list