turn off log spew

Change-Id: I7e5564e02460ff41829c9fd26d80032ea3104498
This commit is contained in:
Joe Onorato
2011-04-06 11:47:23 -07:00
parent ea495d4c1f
commit 63ebffcb84
2 changed files with 1 additions and 2 deletions

View File

@ -279,7 +279,6 @@ class TelephonyRegistry extends ITelephonyRegistry.Stub {
if (!checkNotifyPermission("notifyServiceState()")){
return;
}
Slog.i(TAG, "notifyServiceState: " + state);
synchronized (mRecords) {
mServiceState = state;
for (Record r : mRecords) {