remove logging

This commit is contained in:
Eric House 2013-07-29 07:29:01 -07:00
parent d8a4b5ce29
commit 1f877c7567

View file

@ -1970,7 +1970,6 @@ comms_canChat( const CommsCtxt* const comms )
XP_Bool canChat = comms_isConnected( comms )
&& comms->connID != 0
&& 64 > comms->queueLen;
LOG_RETURNF( "%d", canChat );
return canChat;
}