Skip to content

Commit

Permalink
Remove debugging left in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ronf committed Oct 22, 2022
1 parent cbb485c commit 8665c5f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,6 @@ async def test_readline_exception(self):
async def test_readexactly_partial_exception(self):
"""Test readexactly returning partial data before an exception"""

import logging
logging.basicConfig(level='DEBUG')

async with self.connect() as conn:
stdin, stdout, _ = await conn.open_session('partial')

Expand Down

0 comments on commit 8665c5f

Please sign in to comment.