mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-05-24 08:25:00 -04:00
Remove one lone Log.d in prod code
This commit is contained in:
@@ -202,7 +202,7 @@ public abstract class Installer {
|
||||
try {
|
||||
activity = (Activity) mContext;
|
||||
} 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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user