Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bea4e46f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Removes unnecessary logging from clearAppDataLIF"

parents 189a385f 511055fa
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -10503,7 +10503,6 @@ public class PackageManagerService extends IPackageManager.Stub
    private void clearAppDataLIF(AndroidPackage pkg, int userId, int flags) {
        if (pkg == null) {
            Slog.wtf(TAG, "Package was null!", new Throwable());
            return;
        }
        clearAppDataLeafLIF(pkg, userId, flags);