diff --git a/gunicorn/glogging.py b/gunicorn/glogging.py index 07596c02..6685866f 100644 --- a/gunicorn/glogging.py +++ b/gunicorn/glogging.py @@ -157,9 +157,6 @@ class Logger(object): atoms.update(dict([(k,v) for k, v in environ.items() \ if k.startswith('HTTP_')])) - # add Response headers - print resp.headers - for k, v in atoms.items(): atoms[k] = v.replace('"', '\\"')