From 4a38e1ee9a3ab3c2bc33f69da1d7ce0786ec2c57 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Wed, 8 Jun 2022 18:47:28 +0530 Subject: [PATCH] Drop unecessary logging now that dev flag is remvoved for auth --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index 1830e72..643216a 100644 --- a/main.go +++ b/main.go @@ -581,8 +581,6 @@ func runRPC(wg *sync.WaitGroup, ctx context.Context) { } var opts []_grpc.ServerOption - // var asv authv3.AuthService - _log.Infow("adding auth interceptor") ac := authv3.NewAuthContext(db, kc, ks, as) asv := authv3.NewAuthService(ac) o := authv3.Option{