Procházet zdrojové kódy

support/scripts/gen-bootlin-toolchains: be less verbose

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>
Yann E. MORIN před 5 roky
rodič
revize
e1bf9bedd5
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      support/scripts/gen-bootlin-toolchains

+ 0 - 1
support/scripts/gen-bootlin-toolchains

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