From b9c2b033522aec0817b4f3a3f9e6a36ceace2c3c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 11 Jun 2003 18:46:22 +0000 Subject: [PATCH] Remove debugging output that wasn't supposed to be committed in the first place. --- crypto/bio/bf_buff.c | 2 -- 1 file changed, 2 deletions(-) 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); } -- 2.25.1