Remove debugging output that wasn't supposed to be committed in the first place.
This commit is contained in:
parent
c2edb62beb
commit
b9c2b03352
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue