From e7a5ad01fd4e4a5d305ecd8054322a3886377bd2 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 20 Mar 2016 18:09:54 -0700 Subject: [PATCH] Update benchmarker for newer Autobahn --- testproject/benchmark.py | 1 - 1 file changed, 1 deletion(-) 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