From 1c644224c8d0d306159dabb867bf0fc5247c1aab Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 5 Dec 2019 18:38:47 +0000 Subject: remove debug statement USE_CYTHON = 'auto', so cythonize should be run --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 5938c01..206a430 100644 --- a/setup.py +++ b/setup.py @@ -345,8 +345,6 @@ def cibuildwheel_windows(): import time time.sleep(5) - print("*** USE CYTHON = %s\n" % USE_CYTHON) - raise ValueError(USE_CYTHON) if __name__ == "__main__": -- cgit v1.2.3