Skip to content

Commit a21d8ef

Browse files
committed
Cleanup
1 parent 402467a commit a21d8ef

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

engine/schema/src/main/java/org/apache/cloudstack/acl/dao/RoleDaoImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public Pair<List<RoleVO>, Integer> findAllByName(final String roleName, Long off
5555
SearchCriteria<RoleVO> sc = RoleByNameSearch.create();
5656
sc.setParameters("roleName", "%" + roleName + "%");
5757
Pair<List<RoleVO>, Integer> result = searchAndCount(sc, new Filter(RoleVO.class, "id", true, offset, limit));
58-
System.out.println("Result : " + result);
5958
return result;
6059
}
6160

0 commit comments

Comments
 (0)