We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent babc560 commit 496d40aCopy full SHA for 496d40a
rsp.py
@@ -62,9 +62,6 @@ def negotiate(self, client_capabilities):
62
self.acks_enabled = False
63
64
def send_raw(self, data: bytes):
65
- print('sending raw!')
66
- import traceback
67
- traceback.print_stack()
68
self.sock.send(data.encode('utf-8'))
69
70
def send_payload(self, data: str):
0 commit comments