mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
remove logging
This commit is contained in:
parent
025bcb885b
commit
0d80511a1a
1 changed files with 0 additions and 1 deletions
|
@ -398,7 +398,6 @@ public class DBHelper extends SQLiteOpenHelper {
|
|||
cursor.moveToFirst();
|
||||
int result = cursor.getInt(0);
|
||||
cursor.close();
|
||||
DbgUtils.logf( "countGames()=>%d", result );
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue