mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
remove logging
This commit is contained in:
parent
d8a4b5ce29
commit
1f877c7567
1 changed files with 0 additions and 1 deletions
|
@ -1970,7 +1970,6 @@ comms_canChat( const CommsCtxt* const comms )
|
||||||
XP_Bool canChat = comms_isConnected( comms )
|
XP_Bool canChat = comms_isConnected( comms )
|
||||||
&& comms->connID != 0
|
&& comms->connID != 0
|
||||||
&& 64 > comms->queueLen;
|
&& 64 > comms->queueLen;
|
||||||
LOG_RETURNF( "%d", canChat );
|
|
||||||
return canChat;
|
return canChat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue