remove spurious print

shouldn't have been here.
This commit is contained in:
benoitc 2012-02-20 19:53:18 +01:00
parent 4ad614f46d
commit 613437961e

View File

@ -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('"', '\\"')