am e805e468: am bb521eea: Merge "Do not send deactivate SMS because the account may be unprovisioned." into mnc-dev

* commit 'e805e46878cb9e116b13ca7fcdc320d097607c69':
  Do not send deactivate SMS because the account may be unprovisioned.
diff --git a/src/com/android/phone/vvm/omtp/SimChangeReceiver.java b/src/com/android/phone/vvm/omtp/SimChangeReceiver.java
index e467bb3..a3255e3 100644
--- a/src/com/android/phone/vvm/omtp/SimChangeReceiver.java
+++ b/src/com/android/phone/vvm/omtp/SimChangeReceiver.java
@@ -104,7 +104,7 @@
                         // It may be that the source was not registered to begin with but we want
                         // to run through the steps to remove the source just in case.
                         OmtpVvmSourceManager.getInstance(context).removeSource(phoneAccount);
-                        carrierConfigHelper.startDeactivation();
+                        Log.v(TAG, "Sim change for disabled account.");
                     }
                 }
                 break;