get rid of debugging message in iopreds.c

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@286 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-01-10 21:41:54 +00:00
parent e6da9e09b6
commit 77f57ba928
1 changed files with 0 additions and 1 deletions

View File

@ -1145,7 +1145,6 @@ PipeGetc(int sno)
int count;
count = read(s->u.pipe.fd, &c, sizeof(char));
#endif
printf("reading from pipe %c\n", c);
if (count == 0) {
ch = EOF;
} else if (count > 0) {