diff --git a/xwords4/common/comms.c b/xwords4/common/comms.c index 754068de7..512f9d0d8 100644 --- a/xwords4/common/comms.c +++ b/xwords4/common/comms.c @@ -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; }