commit | 504239fb38da8526bb48cf8b0778fe47e34554e5 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Jun 01 04:36:51 2004 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Jun 01 04:36:51 2004 +0000 |
tree | b21b646de6413cbf6dc9a3eea6a0128b01b7232e | |
parent | e1485955046816c4d795447ee344421680817363 [diff] |
Silence noise in regrtest.
diff --git a/Lib/cookielib.py b/Lib/cookielib.py index b82886a..f2cc132 100644 --- a/Lib/cookielib.py +++ b/Lib/cookielib.py
@@ -34,7 +34,6 @@ import httplib # only for the default HTTP port from calendar import timegm -logging.getLogger("cookielib").addHandler(logging.StreamHandler()) debug = logging.getLogger("cookielib").debug DEFAULT_HTTP_PORT = str(httplib.HTTP_PORT)