From e29a7f174150cf34e62242cea2fa9b2598f8c802 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 14 Feb 2026 22:14:33 -0800 Subject: [PATCH] cleanup(iam): remove temporary debug logging from STS and S3 API (redo) --- weed/s3api/s3api_sts.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/weed/s3api/s3api_sts.go b/weed/s3api/s3api_sts.go index 8f703ef42..c51168483 100644 --- a/weed/s3api/s3api_sts.go +++ b/weed/s3api/s3api_sts.go @@ -186,8 +186,6 @@ func (h *STSHandlers) handleAssumeRoleWithWebIdentity(w http.ResponseWriter, r * Policy: sessionPolicyPtr, } - glog.V(0).Infof("DEBUG: AssumeRoleWithWebIdentity: RoleArn=%s SessionPolicyLen=%d", roleArn, len(sessionPolicyJSON)) - // Call STS service response, err := h.stsService.AssumeRoleWithWebIdentity(ctx, request) if err != nil {