Bug 4167061 remove debug code

Change-Id: I1a05b820030d503b4ae1a82789ad4607e46b43c0
This commit is contained in:
Glenn Kasten
2011-04-13 11:19:58 -07:00
parent 858fd9a030
commit 4f4ddaa823

View File

@@ -64,7 +64,7 @@ public class DevelopmentSettings extends PreferenceFragment
mKeepScreenOn = (CheckBoxPreference) findPreference(KEEP_SCREEN_ON);
mAllowMockLocation = (CheckBoxPreference) findPreference(ALLOW_MOCK_LOCATION);
//removeHdcpOptionsForProduction();
removeHdcpOptionsForProduction();
}
private void removeHdcpOptionsForProduction() {