Drop unecessary logging now that dev flag is remvoved for auth

This commit is contained in:
Abin Simon
2022-06-10 09:04:26 +05:30
parent ed3237a58c
commit 4a38e1ee9a
-2
View File
@@ -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{