Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Jan 31, 2014
1 parent acfa47b commit c07dbef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/biz/bokhorst/xprivacy/ActivityMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,6 @@ public void onReceive(Context context, Intent intent) {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);

Util.log(null, Log.WARN, "MCC=" + getResources().getConfiguration().mcc);
Util.log(null, Log.WARN, "MNC=" + getResources().getConfiguration().mnc);

// Check privacy service client
if (!Util.isXposedEnabled() || PrivacyService.getClient() == null) {
setContentView(R.layout.reboot);
Expand Down

0 comments on commit c07dbef

Please sign in to comment.