Remove print

This commit is contained in:
mhchia 2019-09-19 16:07:53 +08:00
parent 5f064dd329
commit 6923f257f6
No known key found for this signature in database
GPG Key ID: 389EFBEA1362589A

View File

@ -278,7 +278,6 @@ class Swarm(INetwork):
return swarm_conn
def remove_conn(self, swarm_conn: SwarmConn) -> None:
print(f"!@# remove_conn: {swarm_conn}")
peer_id = swarm_conn.conn.peer_id
# TODO: Should be changed to remove the exact connection,
# if we have several connections per peer in the future.