diff --git a/setup.py b/setup.py index 352146a..319d8fd 100644 --- a/setup.py +++ b/setup.py @@ -15,10 +15,6 @@ def plat_name(): return f"manylinux_{GLIBC_VERSION.replace('.', '_')}_{platform.machine()}" -import sys - -print(f"WTFSON {sys.argv}") - setup( options={ "bdist_wheel": {