mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
reduce logging
This commit is contained in:
parent
a7b1e00cc2
commit
da3215c116
1 changed files with 0 additions and 2 deletions
|
@ -601,7 +601,6 @@ JNIEXPORT void JNICALL
|
|||
Java_org_eehouse_android_xw4_jni_XwJNI_board_1setDraw
|
||||
( JNIEnv* env, jclass C, jint gamePtr, jobject jdraw )
|
||||
{
|
||||
LOG_FUNC();
|
||||
XWJNI_START_GLOBALS();
|
||||
|
||||
DrawCtx* newDraw = makeDraw( MPPARM(mpool) &state->env, jdraw );
|
||||
|
@ -611,7 +610,6 @@ Java_org_eehouse_android_xw4_jni_XwJNI_board_1setDraw
|
|||
globals->dctx = newDraw;
|
||||
|
||||
XWJNI_END();
|
||||
LOG_RETURN_VOID();
|
||||
}
|
||||
|
||||
JNIEXPORT void JNICALL
|
||||
|
|
Loading…
Reference in a new issue