remove logging

This commit is contained in:
Eric House 2012-01-03 18:27:25 -08:00
parent 0e7fcf7b51
commit 03e6db5107

View file

@ -282,7 +282,6 @@ XWThreadPool::real_listener()
pthread_rwlock_rdlock( &m_activeSocketsRWLock );
int nSockets = m_activeSockets.size() + 1; /* for pipe */
logf( XW_LOGINFO, "%s: nSockets=%d", __func__, nSockets );
#ifdef LOG_POLL
int logCapacity = 4 * nSockets;
int logLen = 0;