diff --git a/server/core/poll.c b/server/core/poll.c index f09c135f6..4d94a91a1 100644 --- a/server/core/poll.c +++ b/server/core/poll.c @@ -254,29 +254,6 @@ poll_waitevents(void *arg) "%lu [poll_waitevents] event %d", pthread_self(), ev); -#if 0 - if (DCB_ISZOMBIE(dcb)) - { - skygw_log_write( - LOGFILE_TRACE, - "%lu [poll_waitevents] dcb is " - "zombie", - pthread_self()); - continue; - } - - if (dcb->state == DCB_STATE_DISCONNECTED || - dcb->state == DCB_STATE_PROCESSING) - { - skygw_log_write( - LOGFILE_TRACE, - "%lu [poll_waitevents] dcb state is " - "%s", - pthread_self(), - STRDCBSTATE(dcb->state)); - continue; - } -#endif if (ev & EPOLLERR) {