From a2402da32e3f088946ad5b96b08ff80eedceb7ac Mon Sep 17 00:00:00 2001 From: pictuga Date: Wed, 8 Jan 2014 01:37:16 +0100 Subject: [PATCH] Stop logging accept-header string Useless once stable --- morss.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/morss.py b/morss.py index 6f116ab..111bff7 100644 --- a/morss.py +++ b/morss.py @@ -256,8 +256,6 @@ class SimpleDownload(urllib2.HTTPCookieProcessor): out['*/*'] = rank-0.1 string = ','.join([x+';q={0:.1}'.format(out[x]) if out[x] != 1 else x for x in out]) - log(string) - req.add_unredirected_header('Accept', string) return req