Browse Source

drop debug print

irr_shared
John-Mark Gurney 2 years ago
parent
commit
b3ec53c4cb
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      multicast.py

+ 0
- 1
multicast.py View File

@@ -83,7 +83,6 @@ class TestMulticast(unittest.IsolatedAsyncioTestCase):
l2 = await create_multicast_receiver(maddr)

t1 = await create_multicast_transmitter(maddr)
print('tm:', repr(t1))

msg = b'test message'



Loading…
Cancel
Save