diff --git a/setup.py b/setup.py index 743d7651a..18abac949 100644 --- a/setup.py +++ b/setup.py @@ -197,7 +197,6 @@ def run(self): "--enable-module-ecdh", ] - print(os.environ) if os.environ.get('BUILD_LINUX_WHEELS') != '1': log.info("Building with bignum support (requires libgmp)") cmd.extend(["--with-bignum=gmp"])