From 105798535303be589e04d425411e0bb823bd1e24 Mon Sep 17 00:00:00 2001 From: Alex Barganier Date: Mon, 1 May 2023 12:57:23 -0400 Subject: [PATCH] pkg/server/status: remove leftover debug log statement. This log statement was accidentally merged as part of https://github.com/cockroachdb/cockroach/pull/88353. This patch simply removes the log line. Release note: none --- pkg/server/status.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/server/status.go b/pkg/server/status.go index 611421cc078a..cde19f000512 100644 --- a/pkg/server/status.go +++ b/pkg/server/status.go @@ -2269,7 +2269,6 @@ func (s *systemStatusServer) TenantRanges( tID, ok := roachpb.ClientTenantFromContext(ctx) if !ok { - log.Infof(ctx, "COULD NOT FIND TENANT ID") return nil, status.Error(codes.Internal, "no tenant ID found in context") }