mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
remove console
This commit is contained in:
@@ -85,7 +85,6 @@ public class TreeTest {
|
|||||||
Console.log(tree);
|
Console.log(tree);
|
||||||
tree.walk((tr)-> ids.add(tr.getId()), true);
|
tree.walk((tr)-> ids.add(tr.getId()), true);
|
||||||
|
|
||||||
Console.log(ids);
|
|
||||||
Assert .assertEquals(7, ids.size());
|
Assert .assertEquals(7, ids.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user