do not tell user about disabling of urllib3 warnings

This commit is contained in:
Romain Bignon 2015-01-24 12:03:43 +01:00
commit e442342bf9

View file

@ -177,7 +177,8 @@ class Browser(object):
try:
urllib3.disable_warnings()
except AttributeError:
self.logger.warning('Urllib3 is too old, warnings won\'t be disable')
# urllib3 is too old, warnings won't be disable
pass
# defines a max_retries. It's mandatory in case a server is not
# handling keep alive correctly, like the proxy burp