diff options
| author | DrChat <arkolbed@gmail.com> | 2017-09-21 16:45:42 -0500 |
|---|---|---|
| committer | DrChat <arkolbed@gmail.com> | 2017-09-21 16:45:42 -0500 |
| commit | d35ee68d678935f230a4461099fca8523ede5aa5 (patch) | |
| tree | af744d826c79c182c4c88c51782128b2d2677c3c | |
| parent | 882f01533d3932dfa7cda259882f3df75db97391 (diff) | |
Remove "FOUND PYTHON 2" debug message
| -rw-r--r-- | xb.bat | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -33,7 +33,6 @@ SETLOCAL SET FOUND_PYTHON_EXE="" 1>NUL 2>NUL CMD /c where python3 IF NOT ERRORLEVEL 1 ( - ECHO FOUND PYTHON 2 SET FOUND_PYTHON_EXE=python3 ) IF %FOUND_PYTHON_EXE% EQU "" ( |
