From b6820b26745c819386be03d4150d5006ec33080c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 30 May 2007 09:24:06 +0000 Subject: remove really annoying debug output that makes life miserable when you do hundreds of parallel transfers... --- lib/url.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') 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 */ -- cgit v1.2.3