mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
don't print
This commit is contained in:
parent
2090bc1a04
commit
375298e913
@ -36,7 +36,6 @@ class Worker(object):
|
||||
self.timeout = timeout
|
||||
self.fd, self.tmpname = tempfile.mkstemp(prefix="wgunicorn-")
|
||||
self.tmp = os.fdopen(self.fd, "r+b")
|
||||
print self.tmpname
|
||||
self.app = app
|
||||
self.alive = True
|
||||
self.log = logging.getLogger(__name__)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user