From 9078e77ad95198ee4829951144df05c8ebe4fb2c Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Mon, 25 Jan 2010 01:18:30 -0500 Subject: Remove debug statement. --- cmds/installd/commands.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cmds') 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; -- cgit v1.1