From b183dff72d1efccde23f10c7facf5f35982546cb Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 22 Jan 2015 02:06:42 +1100 Subject: [PATCH] * Remove stray print statement from setup --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 501aca39c..ca5cc5773 100644 --- a/setup.py +++ b/setup.py @@ -9,13 +9,11 @@ from os import path from os.path import splitext +import shutil from setuptools import Extension from distutils import sysconfig import platform - -print sys.argv - # PyPy --- NB! PyPy doesn't really work, it segfaults all over the place. But, # this is necessary to get it compile. # We have to resort to monkey-patching to set the compiler, because pypy broke