]> granicus.if.org Git - curl/commitdiff
removed old debug left-over infof() call
authorDaniel Stenberg <daniel@haxx.se>
Thu, 11 Aug 2005 21:41:11 +0000 (21:41 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 11 Aug 2005 21:41:11 +0000 (21:41 +0000)
lib/sslgen.c

index 7592e668b897ad232d348662e918beee665e5fa7..d7d1259f3ec3b0f044069c16d9d26640b9f40d5a 100644 (file)
@@ -473,8 +473,6 @@ int Curl_ssl_recv(struct connectdata *conn, /* connection data */
 #endif /* USE_GNUTLS */
 #endif /* USE_SSLEAY */
   if(nread == -1) {
-    infof(conn->data, "Curl_xxx_rcvs returned -1, block = %s\n",
-          block?"TRUE":"FALSE");
     if(!block)
       return 0; /* this is a true error, not EWOULDBLOCK */
     else