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

Commit 687642e0 authored by Steve Kondik's avatar Steve Kondik
Browse files

Remove debug statement.

parent 87f08baf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ int install(const char *pkgname, uid_t uid, gid_t gid)
    char pkgdir[PKG_PATH_MAX];
    char libdir[PKG_PATH_MAX];

    LOGI("installer: dir: %s pkg: %s", pkgdir, pkgname);
    if ((uid < AID_SYSTEM) || (gid < AID_SYSTEM)) {
        LOGE("invalid uid/gid: %d %d\n", uid, gid);
        return -1;