Skip to content

Commit

Permalink
remove the unneeded log
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Sep 5, 2024
1 parent 7491cea commit 7c8e1df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ def test_send_receive_data(self):
self.assertIsNone(handler.exception)

def test_send_frame_exceptions(self):
init_logging(LogLevel.Trace, 'stderr')
with WebSocketServer(self.host, self.port) as server:
handler = ClientHandler()
handler.connect_sync(self.host, self.port)
Expand Down

0 comments on commit 7c8e1df

Please sign in to comment.