SetupWizard: remove logspam

Change-Id: Icaa4120c404d131604a2c44f77b49e61875c6038
This commit is contained in:
cretin45 2015-01-23 13:20:32 -08:00
parent b990a954a8
commit 501a25032d
1 changed files with 0 additions and 1 deletions

View File

@ -263,7 +263,6 @@ public class ChooseDataSimPage extends SetupPage {
} else {
retVal = false;
}
Log.d(TAG, "hasService: mServiceState=" + serviceState + " retVal=" + retVal);
return retVal;
}
}