chiark / gitweb /
Remove debug print (oops)
authordaid <daid303@gmail.com>
Thu, 23 Feb 2012 16:45:54 +0000 (17:45 +0100)
committerdaid <daid303@gmail.com>
Thu, 23 Feb 2012 16:45:54 +0000 (17:45 +0100)
SkeinPyPy_NewUI/newui/skeinRun.py

index 2070cff77cba4567e6cdebef7a038d0e6f8d02f3..306d56ceb9858f1703a6b957b640263c7ee45361 100644 (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";