am 386185a3: am 315b452c: am 4f4ddaa8: Bug 4167061 remove debug code
* commit '386185a3754535cd75c35091135b2933e39872bd':
Bug 4167061 remove debug code
diff --git a/src/com/android/settings/DevelopmentSettings.java b/src/com/android/settings/DevelopmentSettings.java
index d21c470..2508454 100644
--- a/src/com/android/settings/DevelopmentSettings.java
+++ b/src/com/android/settings/DevelopmentSettings.java
@@ -64,7 +64,7 @@
mKeepScreenOn = (CheckBoxPreference) findPreference(KEEP_SCREEN_ON);
mAllowMockLocation = (CheckBoxPreference) findPreference(ALLOW_MOCK_LOCATION);
- //removeHdcpOptionsForProduction();
+ removeHdcpOptionsForProduction();
}
private void removeHdcpOptionsForProduction() {