windows: Remove debugging code that fails on Cygwin.

This commit is contained in:
Chris Johns 2018-10-24 09:16:56 +11:00
parent 818f396032
commit a0c1f0f358

View File

@ -158,7 +158,7 @@ def load():
# #
# Search the MSYS2 install tree for a suitable python. # Search the MSYS2 install tree for a suitable python.
# #
if sys.platform == 'msys' or True: if sys.platform == 'msys':
e = execute.capture_execution() e = execute.capture_execution()
exit_code, proc, output = e.shell("sh -c mount") exit_code, proc, output = e.shell("sh -c mount")
if exit_code != 0: if exit_code != 0: