diff --git a/Yavsc/Startup/Startup.OAuth.cs b/Yavsc/Startup/Startup.OAuth.cs index 5d8e4a70..c5677a10 100644 --- a/Yavsc/Startup/Startup.OAuth.cs +++ b/Yavsc/Startup/Startup.OAuth.cs @@ -145,12 +145,6 @@ namespace Yavsc var service = serviceScope.ServiceProvider.GetService(); await service.StoreTokenAsync(gcontext.GoogleUserId, context.TokenResponse); - // var user = service.Users.First(u=>u.Id == gcontext.Principal.GetUserId()); - // logger.LogWarning(user.UserName); - // logger.LogWarning(context.User.ToString()); - logger.LogWarning( - string.Join(" ", - gcontext.Identity.Claims.Select(c=>c.Value).ToArray())); } } }