mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 07:00:54 +00:00
Remove print
This commit is contained in:
@ -97,7 +97,6 @@ class Mplex(IMuxedConn):
|
||||
stream = MplexStream(name, stream_id, self)
|
||||
async with self.streams_lock:
|
||||
self.streams[stream_id] = stream
|
||||
print(f"!@# _initialize_stream: stream_id={stream_id}, name={name}")
|
||||
return stream
|
||||
|
||||
async def open_stream(self) -> IMuxedStream:
|
||||
|
||||
Reference in New Issue
Block a user