Remove spammy debug print

The code was ran even when nothing was really going on and constantly wrote
to the log.
This commit is contained in:
Esa Korhonen
2018-09-26 14:03:08 +03:00
parent dd9ff27743
commit df3d08b959

View File

@ -808,9 +808,6 @@ void Worker::poll_waitevents()
m_statistics.evq_max = nfds; m_statistics.evq_max = nfds;
} }
MXB_DEBUG("%lu [poll_waitevents] epoll_wait found %d fds",
pthread_self(),
nfds);
mxb::atomic::add(&m_statistics.n_pollev, 1, mxb::atomic::RELAXED); mxb::atomic::add(&m_statistics.n_pollev, 1, mxb::atomic::RELAXED);
m_state = PROCESSING; m_state = PROCESSING;