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 A6D95138359 for ; Sun, 8 Nov 2020 13:26:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6944E0101; Sun, 8 Nov 2020 13:26:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CA447E0101 for ; Sun, 8 Nov 2020 13:26:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7A2BC335D6F for ; Sun, 8 Nov 2020 13:26:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27B0F3AB for ; Sun, 8 Nov 2020 13:26:55 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1604841442.9dfb51bc9790b9368b5e2b346ce72c785652c926.slyfox@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: crossdev X-VCS-Directories: / X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 9dfb51bc9790b9368b5e2b346ce72c785652c926 X-VCS-Branch: master Date: Sun, 8 Nov 2020 13:26:55 +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: 2928c8a9-65ee-4027-8ed7-c8578b226f73 X-Archives-Hash: a9d3b7121ce5af81b241081e3fe76bd9 commit: 9dfb51bc9790b9368b5e2b346ce72c785652c926 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Nov 8 13:17:22 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Nov 8 13:17:22 2020 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=9dfb51bc crossdev: drop debug output Signed-off-by: Sergei Trofimovich gentoo.org> crossdev | 2 -- 1 file changed, 2 deletions(-) diff --git a/crossdev b/crossdev index fec7ed3..870b7c7 100755 --- a/crossdev +++ b/crossdev @@ -857,8 +857,6 @@ done # ::gentoo has no stable 'mingw64-runtime'. Let's default to 'latest' # unles suser specified something else. -echo "LPKG=${LPKG}" -echo "LVER=${LVER}" if [[ ${LPKG} == "mingw64-runtime" && ${LVER} == "[stable]" ]]; then LVER="[latest]" fi