From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F2D0138359 for ; Sun, 4 Oct 2020 18:46:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E77EE085E; Sun, 4 Oct 2020 18:46:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 738B5E085E for ; Sun, 4 Oct 2020 18:46:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 947EF335C77 for ; Sun, 4 Oct 2020 18:46:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3963C389 for ; Sun, 4 Oct 2020 18:46:08 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1601837154.10d8cc211d638832c70517f132d66c21380293d2.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: qlop.c X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 10d8cc211d638832c70517f132d66c21380293d2 X-VCS-Branch: master Date: Sun, 4 Oct 2020 18:46:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d3de0a07-a5aa-45ef-916c-bb4c30413287 X-Archives-Hash: ae7016024e0d4e05d9f728281b03af4d commit: 10d8cc211d638832c70517f132d66c21380293d2 Author: Fabian Groffen gentoo org> AuthorDate: Sun Oct 4 18:45:32 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Oct 4 18:45:54 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=10d8cc21 qlop: drop accidential debug print from probe_proc Signed-off-by: Fabian Groffen gentoo.org> qlop.c | 1 - 1 file changed, 1 deletion(-) diff --git a/qlop.c b/qlop.c index 24b154c..ad16d55 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); }