remove assert. Not sure why I wanted it before.

This commit is contained in:
Eric House 2015-02-26 06:00:03 -08:00
parent a3a88463a5
commit 8538b1b293

View file

@ -331,7 +331,7 @@ public class CurGameInfo {
public String getName()
{
Assert.assertNotNull( m_name );
// Assert.assertNotNull( m_name );
return m_name;
}