From 6b5be9a2768dede26e2113db5bad05a8ce578fc2 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 10 Jan 2010 17:35:50 +0000 Subject: [PATCH] remove logging --- xwords4/android/anddict.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/xwords4/android/anddict.c b/xwords4/android/anddict.c index e0d28f4f0..481ab351a 100644 --- a/xwords4/android/anddict.c +++ b/xwords4/android/anddict.c @@ -79,7 +79,6 @@ andCountSpecials( AndDictionaryCtxt* ctxt ) static XP_Bitmap andMakeBitmap( XP_U8** ptrp ) { - LOG_FUNC(); XP_U8* ptr = *ptrp; XP_U8 nCols = *ptr++; XP_Bitmap bitmap = NULL; @@ -351,7 +350,6 @@ makeDict( MPFORMAL JNIEnv *env, jbyteArray jbytes ) XP_Bool formatOk = XP_TRUE; XP_Bool isUTF8 = XP_FALSE; XP_U16 charSize; - LOG_FUNC(); AndDictionaryCtxt* anddict = NULL; jsize len = (*env)->GetArrayLength( env, jbytes ); @@ -375,6 +373,5 @@ makeDict( MPFORMAL JNIEnv *env, jbyteArray jbytes ) setBlankTile( &anddict->super ); err: - LOG_RETURNF( "%p", anddict ); return (DictionaryCtxt*)anddict; }