diff --git a/testproject/benchmark.py b/testproject/benchmark.py index e690799..8b052d0 100644 --- a/testproject/benchmark.py +++ b/testproject/benchmark.py @@ -84,7 +84,6 @@ class Benchmarker(object): self.rate = rate self.factory = WebSocketClientFactory( args.url, - debug=False, ) self.factory.protocol = MyClientProtocol