mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-08-30 17:13:08 +08:00
fix(region): remove debug log (#25043)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user