fix: drop printout

This commit is contained in:
Henry Schreiner
2020-12-18 14:39:27 -05:00
committed by GitHub
parent 0d29bf8dae
commit 26b7b72d5e
-1
View File
@@ -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)