mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
remove logging
This commit is contained in:
parent
2fc48cbd97
commit
a6a7f1899d
1 changed files with 0 additions and 2 deletions
|
@ -47,7 +47,6 @@ public class XWActivity extends Activity {
|
|||
@Override
|
||||
protected void onStart()
|
||||
{
|
||||
Utils.logf( "XWActivity::onStart()" );
|
||||
super.onStart();
|
||||
DispatchNotify.SetRunning( this );
|
||||
}
|
||||
|
@ -55,7 +54,6 @@ public class XWActivity extends Activity {
|
|||
@Override
|
||||
protected void onStop()
|
||||
{
|
||||
Utils.logf( "XWActivity::onStop()" );
|
||||
super.onStop();
|
||||
DispatchNotify.ClearRunning( this );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue