15881: Remove debug printf.
authorTom Clegg <tom@tomclegg.ca>
Fri, 8 May 2020 20:29:38 +0000 (16:29 -0400)
committerTom Clegg <tom@tomclegg.ca>
Fri, 8 May 2020 20:29:38 +0000 (16:29 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@tomclegg.ca>

services/api/app/controllers/user_sessions_controller.rb

index 200260bce232b45c337b4b2f1a956eed4293bf22..85f32772b17d97ec104a070d4f39f89b973e19a0 100644 (file)
@@ -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