remove logging

This commit is contained in:
Andy2 2010-11-06 21:01:50 -07:00
parent 2fc48cbd97
commit a6a7f1899d

View file

@ -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 );
}