diff --git a/src/util/vireventpoll.c b/src/util/vireventpoll.c index 5e99b3cc63..81ecab43b5 100644 --- a/src/util/vireventpoll.c +++ b/src/util/vireventpoll.c @@ -405,7 +405,6 @@ static struct pollfd *virEventPollMakePollFDs(int *nfds) { fds[*nfds].events = eventLoop.handles[i].events; fds[*nfds].revents = 0; (*nfds)++; - //EVENT_DEBUG("Wait for %d %d", eventLoop.handles[i].fd, eventLoop.handles[i].events); } return fds;