Merge "Remove log spam from onSubscriptionsChangedListener()"

This commit is contained in:
Tom Cherry
2020-07-27 14:50:14 +00:00
committed by Gerrit Code Review

View File

@@ -108,7 +108,6 @@ public class TelephonyRegistryManager {
IOnSubscriptionsChangedListener callback = new IOnSubscriptionsChangedListener.Stub() {
@Override
public void onSubscriptionsChanged () {
Log.d(TAG, "onSubscriptionsChangedListener callback received.");
executor.execute(() -> listener.onSubscriptionsChanged());
}
};