Browse Source

Oops... left in a debugging line.

Manuel Novoa III 24 years ago
parent
commit
7b013e6b12
1 changed files with 0 additions and 1 deletions
  1. 0 1
      libc/stdio/stdio.c

+ 0 - 1
libc/stdio/stdio.c

@@ -376,7 +376,6 @@ FILE *fp;
 	q = p + (size * nelm);
 
 	while ((p < q) && !EOF_OR_ERROR(fp)) {
-		fprintf(stderr,"X\n");
 		p += _uClibc_fread(p, q - p, fp);
 	}
 	return (p - (unsigned char *) buf)/size;