commit: 9dfb51bc9790b9368b5e2b346ce72c785652c926
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 8 13:17:22 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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 <slyfox <AT> 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