mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +01:00
remove logging
This commit is contained in:
parent
92ac25ed3f
commit
baedbdff2c
1 changed files with 0 additions and 2 deletions
|
@ -426,7 +426,6 @@ void
|
|||
makeDicts( MPFORMAL JNIEnv *env, JNIUtilCtxt* jniutil, PlayerDicts* dicts,
|
||||
jobjectArray jdicts, jobjectArray jnames )
|
||||
{
|
||||
LOG_FUNC();
|
||||
int ii;
|
||||
jsize len = (*env)->GetArrayLength( env, jdicts );
|
||||
XP_ASSERT( len == (*env)->GetArrayLength( env, jnames ) );
|
||||
|
@ -443,7 +442,6 @@ makeDicts( MPFORMAL JNIEnv *env, JNIUtilCtxt* jniutil, PlayerDicts* dicts,
|
|||
}
|
||||
dicts->dicts[ii] = dict;
|
||||
}
|
||||
LOG_RETURN_VOID();
|
||||
}
|
||||
|
||||
DictionaryCtxt*
|
||||
|
|
Loading…
Reference in a new issue