From 03e6db51075adbc9823f85736741611ea910ff82 Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 3 Jan 2012 18:27:25 -0800 Subject: [PATCH] remove logging --- xwords4/relay/tpool.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/xwords4/relay/tpool.cpp b/xwords4/relay/tpool.cpp index bd2b64920..d5010e908 100644 --- a/xwords4/relay/tpool.cpp +++ b/xwords4/relay/tpool.cpp @@ -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;