mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
remove logging
This commit is contained in:
parent
994de23145
commit
68104bcf83
2 changed files with 1 additions and 3 deletions
|
@ -1884,7 +1884,6 @@ Java_org_eehouse_android_xw4_jni_XwJNI_comms_1resendAll
|
|||
( JNIEnv* env, jclass C, GamePtrType gamePtr, jboolean force, jobject jFilter,
|
||||
jboolean thenAck )
|
||||
{
|
||||
LOG_FUNC();
|
||||
jint result;
|
||||
XWJNI_START();
|
||||
CommsCtxt* comms = state->game.comms;
|
||||
|
@ -1898,7 +1897,6 @@ Java_org_eehouse_android_xw4_jni_XwJNI_comms_1resendAll
|
|||
#endif
|
||||
}
|
||||
XWJNI_END();
|
||||
LOG_RETURNF( "%d", result );
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
@ -1511,7 +1511,7 @@ comms_resendAll( CommsCtxt* comms, CommsConnType filter, XP_Bool force )
|
|||
comms->nextResend = now + comms->resendBackoff;
|
||||
}
|
||||
}
|
||||
XP_LOGF( TAGFMT() "=>%d", TAGPRMS, count );
|
||||
XP_LOGF( TAGFMT() "=> %d", TAGPRMS, count );
|
||||
return count;
|
||||
} /* comms_resendAll */
|
||||
|
||||
|
|
Loading…
Reference in a new issue