From 3be2c8445c090cff784710fe9dfaeefe77b103cc Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Mon, 12 Sep 2022 16:27:48 -0600 Subject: [PATCH] suppress logging noise --- tests/discv5/test_discoveryv5.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/discv5/test_discoveryv5.nim b/tests/discv5/test_discoveryv5.nim index eb6d9ef..61177b1 100644 --- a/tests/discv5/test_discoveryv5.nim +++ b/tests/discv5/test_discoveryv5.nim @@ -150,7 +150,7 @@ suite "Discovery v5 Tests": privKey = PrivateKey.fromHex(key).expect("Valid private key hex") pubKey = privKey.getPublicKey.expect("Valid private key for public key") id = pubKey.toNodeId.expect("Public key valid for node id") - debugEcho ">>> key: ", key + # debugEcho ">>> key: ", key check logDistance(targetId, id) == d test "Distance to id check":