All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] support/scripts/gen-bootlin-toolchains: be less verbose
@ 2020-08-29 14:10 Yann E. MORIN
  0 siblings, 0 replies; only message in thread
From: Yann E. MORIN @ 2020-08-29 14:10 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=e1bf9bedd54cf850c0770bc60dd52dd265743ca2
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Drop the debug-level print as noticed by Titouan.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Titouan Christophe <titouan.christophe@railnova.eu>
---
 support/scripts/gen-bootlin-toolchains | 1 -
 1 file changed, 1 deletion(-)

diff --git a/support/scripts/gen-bootlin-toolchains b/support/scripts/gen-bootlin-toolchains
index a5e4b1a99b..ac1a19b3c0 100755
--- a/support/scripts/gen-bootlin-toolchains
+++ b/support/scripts/gen-bootlin-toolchains
@@ -378,7 +378,6 @@ def get_toolchains():
         url = os.path.join(BASE_URL, arch, "available_toolchains")
         page = requests.get(url).text
         fnames = sorted(re.findall(r'<td><a href="(\w[^"]+)"', page))
-        print(fnames)
         # This dict will allow us to keep only the latest version for
         # each toolchain.
         tmp = dict()

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-29 14:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-29 14:10 [Buildroot] [git commit] support/scripts/gen-bootlin-toolchains: be less verbose Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.