aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-10-04 20:45:32 +0200
committerFabian Groffen <grobian@gentoo.org>2020-10-04 20:45:54 +0200
commit10d8cc211d638832c70517f132d66c21380293d2 (patch)
tree494558976843818bbd74030251b3d4d38288c2f1
parentqlop: fix fix for #731122, also make it work without packages specified (diff)
downloadportage-utils-10d8cc211d638832c70517f132d66c21380293d2.tar.gz
portage-utils-10d8cc211d638832c70517f132d66c21380293d2.tar.bz2
portage-utils-10d8cc211d638832c70517f132d66c21380293d2.zip
qlop: drop accidential debug print from probe_proc
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r--qlop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/qlop.c b/qlop.c
index 24b154c7..ad16d553 100644
--- a/qlop.c
+++ b/qlop.c
@@ -1368,7 +1368,6 @@ static array_t *probe_proc(array_t *atoms)
atom->PV = NULL;
atom->PVR = NULL;
atom->PR_int = 0;
- printf("proc: %s\n", atom_to_string(atom));
xarraypush_ptr(atoms, atom);
}