mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 08:36:07 +08:00
Remove debug print (oops)
This commit is contained in:
parent
38842d5343
commit
9ac0a34c78
@ -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…
x
Reference in New Issue
Block a user