Remove one lone Log.d in prod code
This commit is contained in:
parent
11e2fb7540
commit
b6e2f2d691
@ -202,7 +202,7 @@ public abstract class Installer {
|
|||||||
try {
|
try {
|
||||||
activity = (Activity) mContext;
|
activity = (Activity) mContext;
|
||||||
} catch (ClassCastException e) {
|
} catch (ClassCastException e) {
|
||||||
Log.d(TAG, "F-Droid Privileged can only be uninstalled using an activity!");
|
Utils.debugLog(TAG, "F-Droid Privileged can only be uninstalled using an activity!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user