mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
remove spurious print
This commit is contained in:
parent
a3a655928d
commit
88cde80c9f
@ -240,7 +240,6 @@ class Response(object):
|
||||
return
|
||||
tosend = self.default_headers()
|
||||
tosend.extend(["%s: %s\r\n" % (n, v) for n, v in self.headers])
|
||||
print tosend
|
||||
util.write(self.sock, "%s\r\n" % "".join(tosend))
|
||||
self.headers_sent = True
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user