fix(region): remove debug log (#25043)

This commit is contained in:
屈轩
2026-06-17 14:50:29 +08:00
committed by GitHub
parent a66b0676b4
commit 5ca3183cb8
-1
View File
@@ -327,7 +327,6 @@ func SharableManagerFilterByOwner(ctx context.Context, manager IStandaloneModelM
}
}
} else {
log.Debugf("res_scope: %s view_scope: %s", resScope, scope)
// system view
if userCred != nil {
result := policy.PolicyManager.Allow(scope, userCred, consts.GetServiceType(), manager.KeywordPlural(), policy.PolicyActionList)