mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
remove too-frequent logging
This commit is contained in:
parent
99a557a604
commit
cfd4345287
1 changed files with 0 additions and 1 deletions
|
@ -1655,7 +1655,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;
|
||||||
LOG_RETURNF( "%s", canChat?"true":"false" );
|
|
||||||
return canChat;
|
return canChat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue