Remove the deprecated things from Config.java. These havent been working since before 1.0.
Change-Id: I2d6874943008b819c987bd5cef0f530eb2283ca3
diff --git a/src/com/android/providers/telephony/MmsProvider.java b/src/com/android/providers/telephony/MmsProvider.java
index a4e6919..5df3fdf 100644
--- a/src/com/android/providers/telephony/MmsProvider.java
+++ b/src/com/android/providers/telephony/MmsProvider.java
@@ -36,7 +36,6 @@
import android.provider.Telephony.Mms.Part;
import android.provider.Telephony.Mms.Rate;
import android.text.TextUtils;
-import android.util.Config;
import android.util.Log;
import com.google.android.mms.pdu.PduHeaders;
@@ -823,7 +822,7 @@
private final static String VND_ANDROID_MMS = "vnd.android/mms";
private final static String VND_ANDROID_DIR_MMS = "vnd.android-dir/mms";
private final static boolean DEBUG = false;
- private final static boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
+ private final static boolean LOCAL_LOGV = false;
private static final int MMS_ALL = 0;
private static final int MMS_ALL_ID = 1;
diff --git a/src/com/android/providers/telephony/SmsProvider.java b/src/com/android/providers/telephony/SmsProvider.java
index 57ac256..89300b6 100644
--- a/src/com/android/providers/telephony/SmsProvider.java
+++ b/src/com/android/providers/telephony/SmsProvider.java
@@ -37,7 +37,6 @@
import android.telephony.SmsManager;
import android.telephony.SmsMessage;
import android.text.TextUtils;
-import android.util.Config;
import android.util.Log;
import com.android.common.ArrayListCursor;
diff --git a/src/com/android/providers/telephony/TelephonyProvider.java b/src/com/android/providers/telephony/TelephonyProvider.java
index 274d2cb..327faed 100644
--- a/src/com/android/providers/telephony/TelephonyProvider.java
+++ b/src/com/android/providers/telephony/TelephonyProvider.java
@@ -32,7 +32,6 @@
import android.net.Uri;
import android.os.Environment;
import android.provider.Telephony;
-import android.util.Config;
import android.util.Log;
import android.util.Xml;
@@ -471,7 +470,7 @@
notify = true;
}
- if (Config.LOGD) Log.d(TAG, "inserted " + values.toString() + " rowID = " + rowID);
+ if (false) Log.d(TAG, "inserted " + values.toString() + " rowID = " + rowID);
break;
}
@@ -486,7 +485,7 @@
if (updated > 0)
{
- if (Config.LOGD) {
+ if (false) {
Log.d(TAG, "Setting numeric '" + numeric + "' to be the current operator");
}
}