remove really annoying debug output that makes life miserable when you do
authorDaniel Stenberg <daniel@haxx.se>
Wed, 30 May 2007 09:24:06 +0000 (09:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 30 May 2007 09:24:06 +0000 (09:24 +0000)
hundreds of parallel transfers...

lib/url.c

index 4b8c533..8a280af 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -2058,9 +2058,6 @@ ConnectionExists(struct SessionHandle *data,
                                   from the multi */
     }
 
-    DEBUGF(infof(data, "Examining connection #%ld for reuse"
-                 " (pipeLen = %ld)\n", check->connectindex, pipeLen));
-
     if(pipeLen > 0 && !canPipeline) {
       /* can only happen within multi handles, and means that another easy
          handle is using this connection */