don't print

This commit is contained in:
benoitc 2010-02-18 10:12:27 +01:00
parent 2090bc1a04
commit 375298e913

View File

@ -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__)