[pm] remove false logging

Regression introduced in ag/15392272 when I applied Intellij auto-fixes
to remove duplicated `if` clauses.

The redundant logging should be removed.

BUG: 195326328
Test: builds
Change-Id: I4f480699dcfa696b611f25f538d762d9968b0e0d
This commit is contained in:
Songchun Fan
2021-08-02 15:02:03 -07:00
parent a2c142f964
commit 117980afd1

View File

@@ -21865,8 +21865,6 @@ public class PackageManagerService extends IPackageManager.Stub
} catch (InstallerException e2) {
logCriticalInfo(Log.DEBUG, "Recovery failed!");
}
} else {
Slog.e(TAG, "Failed to create app data for " + packageName);
}
// Prepare the application profiles only for upgrades and