remove console.log and acls form model-config
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
7a04818f3c
commit
1ce5d781c5
|
@ -34,7 +34,6 @@ module.exports = Self => {
|
|||
principalId: key,
|
||||
}
|
||||
});
|
||||
console.log(acl);
|
||||
if (acl)
|
||||
ACLs.push(acl);
|
||||
}
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
"Account": {
|
||||
"dataSource": "vn"
|
||||
},
|
||||
"acls": {
|
||||
"dataSource": "vn"
|
||||
},
|
||||
"AccountingType": {
|
||||
"dataSource": "vn"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue