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,
|
principalId: key,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
console.log(acl);
|
|
||||||
if (acl)
|
if (acl)
|
||||||
ACLs.push(acl);
|
ACLs.push(acl);
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,9 +2,6 @@
|
||||||
"Account": {
|
"Account": {
|
||||||
"dataSource": "vn"
|
"dataSource": "vn"
|
||||||
},
|
},
|
||||||
"acls": {
|
|
||||||
"dataSource": "vn"
|
|
||||||
},
|
|
||||||
"AccountingType": {
|
"AccountingType": {
|
||||||
"dataSource": "vn"
|
"dataSource": "vn"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue