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 {