From 81cf5d574ae8c68eb60dcae3f0410ba6d7975d86 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Sun, 19 Jul 2009 01:55:32 -0700 Subject: [PATCH] Extra print --- eventlet/wsgi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/eventlet/wsgi.py b/eventlet/wsgi.py index d7c9579..a61678b 100644 --- a/eventlet/wsgi.py +++ b/eventlet/wsgi.py @@ -142,7 +142,6 @@ class HttpProtocol(BaseHTTPServer.BaseHTTPRequestHandler): try: self.rfile = conn.makefile('rb', self.rbufsize) self.wfile = conn.makefile('wb', self.wbufsize) - print "have a regular socket", conn.makefile except (AttributeError, NotImplementedError): if hasattr(conn, 'send') and hasattr(conn, 'recv'): # it's an SSL.Connection