Remove debug print (oops)
This commit is contained in:
parent
38842d5343
commit
9ac0a34c78
1 changed files with 0 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue