remove printf

This commit is contained in:
leitner 2005-10-12 15:21:27 +00:00
parent 31f665595f
commit c16d9880dc

View File

@ -50,7 +50,6 @@ int io_fd(int64 d) {
long r;
if ((r=fcntl(d,F_GETFL,0)) == -1)
return 0; /* file descriptor not open */
printf("io_fd(%d)\n",(int)d);
#endif
if (!(e=array_allocate(&io_fds,sizeof(io_entry),d))) return 0;
if (e->inuse) return 1;