Skip to content

Commit 5d1f42d

Browse files
magicmarkclaude
andcommitted
Remove debug print from websocket extensions test
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c795223 commit 5d1f42d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_aiohttp_websocket_subscription.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,6 @@ async def test_aiohttp_websocket_subscription_with_extensions(
478478
async for result in session.subscribe(request):
479479

480480
number = result["number"]
481-
print(f"Number received: {number}")
482-
483481
assert number == count
484482
count -= 1
485483

0 commit comments

Comments
 (0)