Remove debugging output that wasn't supposed to be committed in the first place.
authorRichard Levitte <levitte@openssl.org>
Wed, 11 Jun 2003 18:46:22 +0000 (18:46 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Jun 2003 18:46:22 +0000 (18:46 +0000)
crypto/bio/bf_buff.c

index 3226f5faf99c335bac58e70562b8ef6515ae35e4..eee4205ce1a17b867e3ecfa125f15daec41a159e 100644 (file)
@@ -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);
                                }