Delete some debugging statements that got included accidentally.

This commit is contained in:
mellon 2000-06-24 19:05:50 +00:00
parent 8e1fd2e3c6
commit cb94aaa4bf
1 changed files with 0 additions and 4 deletions

View File

@ -282,10 +282,6 @@ isc_result_t omapi_one_dispatch (omapi_object_t *wo,
}
/* Wait for a packet or a timeout... XXX */
#if defined (__linux__)
#define fds_bits __fds_bits
#endif
log_error ("dispatch: %d %x %x", max, r.fds_bits [0], w.fds_bits [0]);
count = select (max + 1, &r, &w, &x, t ? &to : (struct timeval *)0);
/* Get the current time... */