remove too-frequent logging

This commit is contained in:
Andy2 2010-11-07 13:31:43 -08:00
parent 99a557a604
commit cfd4345287

View file

@ -1655,7 +1655,6 @@ comms_canChat( const CommsCtxt* const comms )
{
XP_Bool canChat = comms_isConnected( comms )
&& comms->connID != 0;
LOG_RETURNF( "%s", canChat?"true":"false" );
return canChat;
}