remove logging

This commit is contained in:
Eric House 2014-10-13 06:47:49 -07:00
parent 4914e5b564
commit fd7a03dfc4

View file

@ -179,7 +179,6 @@ public class NewGameDelegate extends DelegateBase {
protected void onActivityResult( int requestCode, int resultCode,
Intent data )
{
DbgUtils.logf( "NewGameDelegate: onActivityResult()" );
if ( Activity.RESULT_CANCELED == resultCode ) {
if ( 0 < m_newRowID ) {
DBUtils.deleteGame( m_activity, m_newRowID );