mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Remove print
This commit is contained in:
@ -278,7 +278,6 @@ class Swarm(INetwork):
|
|||||||
return swarm_conn
|
return swarm_conn
|
||||||
|
|
||||||
def remove_conn(self, swarm_conn: SwarmConn) -> None:
|
def remove_conn(self, swarm_conn: SwarmConn) -> None:
|
||||||
print(f"!@# remove_conn: {swarm_conn}")
|
|
||||||
peer_id = swarm_conn.conn.peer_id
|
peer_id = swarm_conn.conn.peer_id
|
||||||
# TODO: Should be changed to remove the exact connection,
|
# TODO: Should be changed to remove the exact connection,
|
||||||
# if we have several connections per peer in the future.
|
# if we have several connections per peer in the future.
|
||||||
|
|||||||
Reference in New Issue
Block a user