Commit 84c4d96e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed old debug left-over infof() call

parent c0d343d5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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