Remove dummy logs

This commit is contained in:
Wojtek Figat
2020-12-22 23:14:36 +01:00
parent 2c6a70b744
commit 94822b57d9

View File

@@ -34,24 +34,16 @@ if errorlevel 1 goto Error_FlaxBuildFailed
exit /B 0 exit /B 0
:Error_InvalidLocation :Error_InvalidLocation
echo.
echo CallBuildTool ERROR: The script is in invalid directory. echo CallBuildTool ERROR: The script is in invalid directory.
echo.
goto Exit goto Exit
:Error_NoVisualStudioEnvironment :Error_NoVisualStudioEnvironment
echo.
echo CallBuildTool ERROR: Missing Visual Studio 2015 or newer. echo CallBuildTool ERROR: Missing Visual Studio 2015 or newer.
echo.
goto Exit goto Exit
:Error_CompilationFailed :Error_CompilationFailed
echo.
echo CallBuildTool ERROR: Failed to compile Flax.Build project. echo CallBuildTool ERROR: Failed to compile Flax.Build project.
echo.
goto Exit goto Exit
:Error_FlaxBuildFailed :Error_FlaxBuildFailed
echo.
echo CallBuildTool ERROR: Flax.Build tool failed. echo CallBuildTool ERROR: Flax.Build tool failed.
echo.
goto Exit goto Exit
:Exit :Exit
exit /B 1 exit /B 1