diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-08-11 21:41:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-08-11 21:41:11 +0000 |
commit | 84c4d96e71c54f410b9582375e92bcc0186c9103 (patch) | |
tree | e2f775f1467ec22ab14a4a85067da49ba7d8700e | |
parent | c0d343d56dc021ba2c6662a120c8a63a6db12c81 (diff) |
removed old debug left-over infof() call
-rw-r--r-- | lib/sslgen.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sslgen.c b/lib/sslgen.c index 7592e668b..d7d1259f3 100644 --- a/lib/sslgen.c +++ b/lib/sslgen.c @@ -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 |