mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26: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,
|
protected void onActivityResult( int requestCode, int resultCode,
|
||||||
Intent data )
|
Intent data )
|
||||||
{
|
{
|
||||||
DbgUtils.logf( "NewGameDelegate: onActivityResult()" );
|
|
||||||
if ( Activity.RESULT_CANCELED == resultCode ) {
|
if ( Activity.RESULT_CANCELED == resultCode ) {
|
||||||
if ( 0 < m_newRowID ) {
|
if ( 0 < m_newRowID ) {
|
||||||
DBUtils.deleteGame( m_activity, m_newRowID );
|
DBUtils.deleteGame( m_activity, m_newRowID );
|
||||||
|
|
Loading…
Reference in a new issue