aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/url.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/url.c b/lib/url.c
index 4b8c53399..8a280aff4 100644
--- 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 */