Skip to content

Commit

Permalink
Wire up some more
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Sep 12, 2024
1 parent 8ac6fcb commit 1279f0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frida_tools/tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ async def _handle_websocket_connection(self, websocket: websockets.asyncio.serve

async def _broadcast_trace_events(self, events):
for websocket in self._ui_sockets:
print("Sending", len(events), "events")
await websocket.send(
json.dumps(
{
Expand Down

0 comments on commit 1279f0c

Please sign in to comment.