Reduced logging

This commit is contained in:
M66B
2019-12-07 17:02:42 +01:00
parent 2591dc9011
commit 22df24d91b
34 changed files with 143 additions and 144 deletions

View File

@@ -188,7 +188,7 @@ public class ActivityBilling extends ActivityBase implements PurchasesUpdatedLis
}
static boolean isPro(Context context) {
if (false && BuildConfig.DEBUG)
if (BuildConfig.DEBUG && false)
return true;
return PreferenceManager.getDefaultSharedPreferences(context).getBoolean("pro", false);
}