Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove dbg
Browse files Browse the repository at this point in the history
taddes committed Apr 16, 2024

Verified

This commit was signed with the committer’s verified signature.
taddes Taddes
1 parent 17338cb commit 2698ca2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/async_push_test_client.py
Original file line number Diff line number Diff line change
@@ -294,8 +294,6 @@ async def ping(self):

log.debug("Sending Ping")
ping_future = await self.ws.ping()
# import pdb
# pdb.set_trace()
return ping_future

async def ack(self, channel, version) -> None:

0 comments on commit 2698ca2

Please sign in to comment.