diff options
author | Natanael Copa <natanael.copa@gmail.com> | 2008-03-27 07:56:11 +0000 |
---|---|---|
committer | Natanael Copa <natanael.copa@gmail.com> | 2008-03-27 07:56:11 +0000 |
commit | 4fc7a79f8fef646f98f13417d3acc4f92d35e897 (patch) | |
tree | fca381d2cea05560e30e08e738322f4302666bde /lib | |
parent | 9d419beee111509cd0f0965e197f30cc04f8474b (diff) | |
download | acf-core-4fc7a79f8fef646f98f13417d3acc4f92d35e897.tar.bz2 acf-core-4fc7a79f8fef646f98f13417d3acc4f92d35e897.tar.xz |
removed debug text
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@844 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'lib')
-rw-r--r-- | lib/procps.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/procps.lua b/lib/procps.lua index 23fe8b5..057f2e2 100644 --- a/lib/procps.lua +++ b/lib/procps.lua @@ -55,7 +55,6 @@ local function is_cmdline(path, name) end local arg0 = string.gsub(line, string.char(0)..".*", "") if posix.basename(arg0) == name then - io.stderr:write("found "..name.." in argv0\n") return true end end |