Commit b9c2b033 authored by Richard Levitte's avatar Richard Levitte
Browse files

Remove debugging output that wasn't supposed to be committed in the first place.

parent c2edb62b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);
				}