Remove "FOUND PYTHON 2" debug message

This commit is contained in:
DrChat
2017-09-21 16:45:42 -05:00
parent 882f01533d
commit d35ee68d67

1
xb.bat
View File

@@ -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 "" (