Remove debug print (oops)

This commit is contained in:
daid 2012-02-23 17:45:54 +01:00
parent 38842d5343
commit 9ac0a34c78

View File

@ -18,7 +18,6 @@ def getPyPyExe():
pypyExe = os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), "../../pypy/pypy.exe"));
else:
pypyExe = os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), "../../pypy/bin/pypy"));
print pypyExe
if os.path.exists(pypyExe):
return pypyExe
pypyExe = "/bin/pypy";