summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
Diffstat (limited to 'cmds')
-rw-r--r--cmds/installd/commands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/installd/commands.c b/cmds/installd/commands.c
index 82dd5eb..cce7c13 100644
--- a/cmds/installd/commands.c
+++ b/cmds/installd/commands.c
@@ -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;