comment out debug logging thing

This commit is contained in:
Noah Levitt 2017-04-28 11:08:41 -07:00
parent ca7625b18d
commit 338e5cd878

View File

@ -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,