From 504239fb38da8526bb48cf8b0778fe47e34554e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Tue, 1 Jun 2004 04:36:51 +0000 Subject: Silence noise in regrtest. --- Lib/cookielib.py | 1 - 1 file changed, 1 deletion(-) 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 @@ except ImportError: 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) -- cgit v0.12