remove console.log and acls form model-config
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Pau 2023-02-03 11:50:53 +01:00
parent 7a04818f3c
commit 1ce5d781c5
2 changed files with 0 additions and 4 deletions

View File

@ -34,7 +34,6 @@ module.exports = Self => {
principalId: key,
}
});
console.log(acl);
if (acl)
ACLs.push(acl);
}

View File

@ -2,9 +2,6 @@
"Account": {
"dataSource": "vn"
},
"acls": {
"dataSource": "vn"
},
"AccountingType": {
"dataSource": "vn"
},