mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Remove dev logs
This commit is contained in:
parent
54e280c78d
commit
77bd421a00
@ -115,7 +115,7 @@ public class PermutationTest {
|
||||
|
||||
list = Arrays.asList(a, b, c, d, e);
|
||||
|
||||
expected = Arrays.asList(a);
|
||||
expected = Arrays.asList("-");
|
||||
result = PermutationUtil.findMatchingPermutation(expected.toString(), list, predicate, limit);
|
||||
assertTrue(expected.toString().equals(result.toString()));
|
||||
|
||||
@ -147,15 +147,12 @@ public class PermutationTest {
|
||||
List<String> subList;
|
||||
|
||||
|
||||
log.error("prep");
|
||||
list = new ArrayList<>();
|
||||
for (int i = 0; i < 4; i++) {
|
||||
/* for (int i = 0; i < 4; i++) {
|
||||
list.add("blindVote" + i);
|
||||
}
|
||||
log.error("start");
|
||||
}*/
|
||||
|
||||
PermutationUtil.findAllPermutations(list, limit);
|
||||
log.error("end");
|
||||
|
||||
|
||||
list = new ArrayList<>();
|
||||
|
Loading…
Reference in New Issue
Block a user