Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: /
Date: Sun, 04 Oct 2020 18:46:11
Message-Id: 1601837154.10d8cc211d638832c70517f132d66c21380293d2.grobian@gentoo
1 commit: 10d8cc211d638832c70517f132d66c21380293d2
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 18:45:32 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 18:45:54 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=10d8cc21
7
8 qlop: drop accidential debug print from probe_proc
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 qlop.c | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/qlop.c b/qlop.c
16 index 24b154c..ad16d55 100644
17 --- a/qlop.c
18 +++ b/qlop.c
19 @@ -1368,7 +1368,6 @@ static array_t *probe_proc(array_t *atoms)
20 atom->PV = NULL;
21 atom->PVR = NULL;
22 atom->PR_int = 0;
23 - printf("proc: %s\n", atom_to_string(atom));
24 xarraypush_ptr(atoms, atom);
25 }