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

Commit 272071ed authored by Atneya Nair's avatar Atneya Nair
Browse files

Remove accidental debug log line

Remove accidental debug line in
dc4f375d

Bug: 268724205
Change-Id: I385d1262c75b81c96c4644e0415fa138b131d96c
Merged-In: I42b6cbca60db6ce1a073254239b48e9104c4ebfb
Test: Compiles
parent dc4f375d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -226,7 +226,6 @@ int getTargetSdkForPackageName(std::string_view packageName) {
        if (pm != nullptr) {
            const auto status = pm->getTargetSdkVersionForPackage(
                    String16{packageName.data(), packageName.size()}, &targetSdk);
            ALOGI("Capy check package %s, sdk %d", packageName.data(), targetSdk);
            return status.isOk() ? targetSdk : -1;
        }
    }