mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
remove debug-only assert firing when lang of emulator changed
This commit is contained in:
parent
7da80cf096
commit
1fa2b05b4c
1 changed files with 0 additions and 6 deletions
|
@ -306,13 +306,7 @@ public class DictLangCache {
|
|||
result = cache.get( langName );
|
||||
}
|
||||
|
||||
if ( null == result ) {
|
||||
Assert.failDbg();
|
||||
// getinfo
|
||||
}
|
||||
|
||||
// Log.d( TAG, "getLangIsoCode(%s) => %s", langName, result );
|
||||
// Assert.assertTrueNR( null != result );
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue