mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +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
|
@Override
|
||||||
public void onReceive(Context arg0, Intent arg1)
|
public void onReceive(Context arg0, Intent arg1)
|
||||||
{
|
{
|
||||||
DbgUtils.logf( "got MSG_DELIVERED" );
|
|
||||||
switch ( getResultCode() ) {
|
switch ( getResultCode() ) {
|
||||||
case Activity.RESULT_OK:
|
case Activity.RESULT_OK:
|
||||||
sendResult( MultiEvent.SMS_SEND_OK );
|
sendResult( MultiEvent.SMS_SEND_OK );
|
||||||
DbgUtils.logf( "SUCCESS!!!" );
|
|
||||||
break;
|
break;
|
||||||
case SmsManager.RESULT_ERROR_RADIO_OFF:
|
case SmsManager.RESULT_ERROR_RADIO_OFF:
|
||||||
DbgUtils.showf( SMSService.this, "NO RADIO!!!" );
|
DbgUtils.showf( SMSService.this, "NO RADIO!!!" );
|
||||||
|
@ -688,7 +686,6 @@ public class SMSService extends Service {
|
||||||
@Override
|
@Override
|
||||||
public void onReceive(Context arg0, Intent arg1)
|
public void onReceive(Context arg0, Intent arg1)
|
||||||
{
|
{
|
||||||
DbgUtils.logf( "got MSG_DELIVERED" );
|
|
||||||
if ( Activity.RESULT_OK == getResultCode() ) {
|
if ( Activity.RESULT_OK == getResultCode() ) {
|
||||||
DbgUtils.logf( "SUCCESS!!!" );
|
DbgUtils.logf( "SUCCESS!!!" );
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue