mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
remove some logging
This commit is contained in:
parent
c39d434ffa
commit
bf970b6dd9
1 changed files with 0 additions and 3 deletions
|
@ -664,11 +664,9 @@ public class SMSService extends Service {
|
|||
@Override
|
||||
public void onReceive(Context arg0, Intent arg1)
|
||||
{
|
||||
DbgUtils.logf( "got MSG_DELIVERED" );
|
||||
switch ( getResultCode() ) {
|
||||
case Activity.RESULT_OK:
|
||||
sendResult( MultiEvent.SMS_SEND_OK );
|
||||
DbgUtils.logf( "SUCCESS!!!" );
|
||||
break;
|
||||
case SmsManager.RESULT_ERROR_RADIO_OFF:
|
||||
DbgUtils.showf( SMSService.this, "NO RADIO!!!" );
|
||||
|
@ -688,7 +686,6 @@ public class SMSService extends Service {
|
|||
@Override
|
||||
public void onReceive(Context arg0, Intent arg1)
|
||||
{
|
||||
DbgUtils.logf( "got MSG_DELIVERED" );
|
||||
if ( Activity.RESULT_OK == getResultCode() ) {
|
||||
DbgUtils.logf( "SUCCESS!!!" );
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue