From: Richard Levitte Date: Wed, 11 Jun 2003 18:46:22 +0000 (+0000) Subject: Remove debugging output that wasn't supposed to be committed in the first place. X-Git-Tag: OpenSSL_0_9_6k~26 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b9c2b033522aec0817b4f3a3f9e6a36ceace2c3c;p=oweals%2Fopenssl.git Remove debugging output that wasn't supposed to be committed in the first place. --- diff --git a/crypto/bio/bf_buff.c b/crypto/bio/bf_buff.c index 3226f5faf9..eee4205ce1 100644 --- a/crypto/bio/bf_buff.c +++ b/crypto/bio/bf_buff.c @@ -497,8 +497,6 @@ static int buffer_gets(BIO *b, char *buf, int size) { BIO_copy_next_retry(b); *buf='\0'; - fprintf(stderr, "DEBUG[buffer_gets]: i = %d\n", - i); if (i < 0) return((num > 0)?num:i); if (i == 0) return(num); }