From 338e5cd8786efad7932e011e1795f1e53258428c Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Fri, 28 Apr 2017 11:08:41 -0700 Subject: [PATCH] comment out debug logging thing --- tests/test_warcprox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_warcprox.py b/tests/test_warcprox.py index e4692cf..77cdaaf 100755 --- a/tests/test_warcprox.py +++ b/tests/test_warcprox.py @@ -80,7 +80,7 @@ def _send(self, data): logging.info('sending data from %s', repr(data)) orig_send(self, data) ### uncomment this to block see raw requests going over the wire -http_client.HTTPConnection.send = _send +# http_client.HTTPConnection.send = _send logging.basicConfig( stream=sys.stdout, level=logging.INFO, # level=warcprox.TRACE,