mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
cut some logging
This commit is contained in:
parent
8e62cf10c7
commit
814e4dd088
1 changed files with 0 additions and 1 deletions
|
@ -1814,7 +1814,6 @@ p_comms_timerFired( void* closure, XWTimerReason XP_UNUSED_DBG(why) )
|
||||||
static void
|
static void
|
||||||
setHeartbeatTimer( CommsCtxt* comms )
|
setHeartbeatTimer( CommsCtxt* comms )
|
||||||
{
|
{
|
||||||
LOG_FUNC();
|
|
||||||
XP_ASSERT( !!comms );
|
XP_ASSERT( !!comms );
|
||||||
|
|
||||||
if ( comms->hbTimerPending ) {
|
if ( comms->hbTimerPending ) {
|
||||||
|
|
Loading…
Reference in a new issue