* Remove stray print statement from setup

This commit is contained in:
Matthew Honnibal 2015-01-22 02:06:42 +11:00
parent d460c28838
commit b183dff72d
1 changed files with 1 additions and 3 deletions

View File

@ -9,13 +9,11 @@ from os import path
from os.path import splitext from os.path import splitext
import shutil
from setuptools import Extension from setuptools import Extension
from distutils import sysconfig from distutils import sysconfig
import platform import platform
print sys.argv
# PyPy --- NB! PyPy doesn't really work, it segfaults all over the place. But, # PyPy --- NB! PyPy doesn't really work, it segfaults all over the place. But,
# this is necessary to get it compile. # this is necessary to get it compile.
# We have to resort to monkey-patching to set the compiler, because pypy broke # We have to resort to monkey-patching to set the compiler, because pypy broke