mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
remove mistaken assert
It's ok to fail to open a game, as will happen e.g. when a message arrives for a game that was recently deleted.
This commit is contained in:
parent
2efc82f4e0
commit
b82975179b
1 changed files with 0 additions and 1 deletions
|
@ -1125,7 +1125,6 @@ public class DBUtils {
|
|||
}
|
||||
setCached( rowid, result );
|
||||
}
|
||||
Assert.assertTrueNR( null != result );
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue