Commit b6820b26 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

remove really annoying debug output that makes life miserable when you do

hundreds of parallel transfers...
parent b9a6dfab
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 */