make.bat/cleanup: removed stray echo in make.bat

This commit is contained in:
Ray Molenkamp 2018-05-25 17:59:07 -06:00
parent 857e4e04d8
commit bae880dc9e
1 changed files with 1 additions and 2 deletions

View File

@ -58,5 +58,4 @@ if errorlevel 1 goto EOF
call "%BLENDER_DIR%\build_files\windows\build_msbuild.cmd"
if errorlevel 1 goto EOF
:EOF
echo make2 done
:EOF