Skip to content

Commit

Permalink
Merge #102697
Browse files Browse the repository at this point in the history
102697: pkg/server/status: remove leftover debug log statement. r=ericharmeling a=abarganier

This log statement was accidentally merged as part of #88353.

This patch simply removes the log line.

Release note: none

Epic: CRDB-12182

Co-authored-by: Alex Barganier <[email protected]>
  • Loading branch information
craig[bot] and abarganier committed May 1, 2023
2 parents fd33b0a + 1057985 commit d78c714
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/server/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down

0 comments on commit d78c714

Please sign in to comment.