From a89b57d6285a7763b0737ff35e91397cb32c56e4 Mon Sep 17 00:00:00 2001 From: Mark Grondona <mgrondona@llnl.gov> Date: Wed, 23 Oct 2002 20:49:49 +0000 Subject: [PATCH] o remove some verbose logging --- src/common/eio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/eio.c b/src/common/eio.c index 8dea592f6e8..18695216be3 100644 --- a/src/common/eio.c +++ b/src/common/eio.c @@ -119,7 +119,6 @@ _poll_setup_pollfds(struct pollfd *pfds, io_obj_t *map[], List l) unsigned int nfds = 0; while ((obj = (io_obj_t *) list_next(i))) { - verbose("processing fd %d", obj->fd); if (_is_writable(obj) && _is_readable(obj)) { pfds[nfds].fd = obj->fd; pfds[nfds].events = POLLOUT | POLLIN; -- GitLab