mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
remove spurious print
shouldn't have been here.
This commit is contained in:
parent
4ad614f46d
commit
613437961e
@ -157,9 +157,6 @@ class Logger(object):
|
|||||||
atoms.update(dict([(k,v) for k, v in environ.items() \
|
atoms.update(dict([(k,v) for k, v in environ.items() \
|
||||||
if k.startswith('HTTP_')]))
|
if k.startswith('HTTP_')]))
|
||||||
|
|
||||||
# add Response headers
|
|
||||||
print resp.headers
|
|
||||||
|
|
||||||
for k, v in atoms.items():
|
for k, v in atoms.items():
|
||||||
atoms[k] = v.replace('"', '\\"')
|
atoms[k] = v.replace('"', '\\"')
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user