Skip to content

Commit 66e8f3e

Browse files
committed
remove stupid debug
1 parent 4ef8b05 commit 66e8f3e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

trio_asyncio/base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -645,9 +645,6 @@ async def _main_loop(self, task_status=trio.TASK_STATUS_IGNORED):
645645
except StopAsyncIteration:
646646
# raised by .stop_me() to interrupt the loop
647647
pass
648-
except trio.Cancelled:
649-
import pdb;pdb.set_trace()
650-
raise
651648
finally:
652649
# Signal that the loop is no longer running
653650
self._stopped.set()

0 commit comments

Comments
 (0)