From 814e4dd08834a4ef1b5164fb485bdbd4b50b2a10 Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 3 Jan 2012 18:53:58 -0800 Subject: [PATCH] cut some logging --- xwords4/common/comms.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xwords4/common/comms.c b/xwords4/common/comms.c index 90f635c1d..255427227 100644 --- a/xwords4/common/comms.c +++ b/xwords4/common/comms.c @@ -1814,7 +1814,6 @@ p_comms_timerFired( void* closure, XWTimerReason XP_UNUSED_DBG(why) ) static void setHeartbeatTimer( CommsCtxt* comms ) { - LOG_FUNC(); XP_ASSERT( !!comms ); if ( comms->hbTimerPending ) {