Clean up old comments, print stmts, formatting, etc.

This commit is contained in:
Alex Stokes
2019-08-02 21:54:28 -07:00
parent cff5fe0d5f
commit 6090d2ca3b
4 changed files with 0 additions and 9 deletions

View File

@ -19,8 +19,6 @@ async def test_simple_two_nodes():
router = KadmeliaPeerRouter(node_b)
returned_info = await router.find_peer(ID(node_a_kad_peerinfo.peer_id_bytes))
print(repr(returned_info))
print(repr(node_a_kad_peerinfo))
assert repr(returned_info) == repr(node_a_kad_peerinfo)