Stop logging accept-header string

Useless once stable
master
pictuga 2014-01-08 01:37:16 +01:00
parent 69a8516cd1
commit a2402da32e
1 changed files with 0 additions and 2 deletions

View File

@ -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