From 26b7b72d5ec3ea16a476490ff232c11348ab009d Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 18 Dec 2020 14:39:27 -0500 Subject: [PATCH] fix: drop printout --- cibuildwheel/linux.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cibuildwheel/linux.py b/cibuildwheel/linux.py index a9554396..a6ae6e46 100644 --- a/cibuildwheel/linux.py +++ b/cibuildwheel/linux.py @@ -83,7 +83,6 @@ def get_python_configurations( if native_architecture == Architecture.x86_64: target_archs.append(Architecture.i686) - print("matching platforms to architectures: ", target_archs) return [ c for c in python_configurations if matches_platform(c.identifier, target_archs)