From b26daf96006e16cfca296b9f78021254b6e6fa8f Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 31 May 2011 21:56:25 +0200 Subject: automatically try to decode all request according to http header --- module/network/HTTPChunk.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'module/network/HTTPChunk.py') diff --git a/module/network/HTTPChunk.py b/module/network/HTTPChunk.py index cf77ccae6..d1d56c02b 100644 --- a/module/network/HTTPChunk.py +++ b/module/network/HTTPChunk.py @@ -20,7 +20,6 @@ from os import remove from os.path import exists from time import sleep from re import search -from logging import getLogger import pycurl @@ -139,8 +138,6 @@ class HTTPChunk(HTTPRequest): self.BOMChecked = False # check and remove byte order mark - self.log = getLogger("log") - @property def cj(self): return self.p.cj -- cgit v1.2.3