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
4914e5b564
commit
fd7a03dfc4
1 changed files with 0 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue