mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-09 13:58:02 -05:00
Fix: Remove System.out.println in BytesTrieSet… (#8172)
Signed-off-by: Brawn <nftdropped@gmail.com> Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
This commit is contained in:
@@ -57,7 +57,7 @@ public class BytesTrieSet<E extends Bytes> extends AbstractSet<E> {
|
||||
if (leafObject == null) sb.append("null");
|
||||
else {
|
||||
sb.append('[');
|
||||
System.out.println(leafObject.toHexString());
|
||||
sb.append(leafObject.toHexString());
|
||||
sb.append(']');
|
||||
}
|
||||
sb.append(", children=");
|
||||
|
||||
Reference in New Issue
Block a user