clone-acl: remove comment

Signed-off-by: Valentijn Scholten <valentijnscholten@gmail.com>
This commit is contained in:
Valentijn Scholten 2022-11-06 19:51:21 +01:00
parent a5ff479c9a
commit 9abffde4c1

View file

@ -632,8 +632,6 @@ final class ProjectQueryManager extends QueryManager implements IQueryManager {
}
if (includeACL) {
//It's possible that the DT instance is being prepared for ACL enabling,
//So client can request to includeACL even if ACL is not (yet) enabled
List<Team> accessTeams = source.getAccessTeams();
if (CollectionUtils.isEmpty(accessTeams)) {
project.setAccessTeams(new LinkedList<>(accessTeams));