mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
remove logging
This commit is contained in:
parent
5232186b1d
commit
c9c470b724
1 changed files with 1 additions and 3 deletions
|
@ -678,9 +678,7 @@ public class GameUtils {
|
|||
for ( int ii = 0; ii < names.length; ++ii ) {
|
||||
byte[] bytes = null;
|
||||
String name = names[ii];
|
||||
if ( null == name ) {
|
||||
Utils.logf( "openDicts: names[%d] == null; skipping open", ii );
|
||||
} else {
|
||||
if ( null != name ) {
|
||||
bytes = seen.get( name );
|
||||
if ( null == bytes ) {
|
||||
bytes = openDict( context, name );
|
||||
|
|
Loading…
Reference in a new issue