Delete spammy log message

SIM absent is a normal state, so don't log about it when we iterate over
slots.

Bug: 21872975
Change-Id: I53b6a8553a0cfbef5001a92f6947624d9e2bd6a7
diff --git a/src/com/android/phone/PhoneInterfaceManager.java b/src/com/android/phone/PhoneInterfaceManager.java
index 25e25be..ec8ce40 100644
--- a/src/com/android/phone/PhoneInterfaceManager.java
+++ b/src/com/android/phone/PhoneInterfaceManager.java
@@ -2087,7 +2087,7 @@
         for (int i = 0; i < TelephonyManager.getDefault().getPhoneCount(); i++) {
             UiccCard card = UiccController.getInstance().getUiccCard(i);
             if (card == null) {
-              loge("checkCarrierPrivilegesForPackageAnyPhones: No UICC");
+              // No UICC in that slot.
               continue;
             }