chore: remove debug log in generate script

This commit is contained in:
Jan 2025-01-13 20:19:36 +00:00
parent fea4970b84
commit 62f1ac41c5
No known key found for this signature in database
GPG Key ID: 44B581F78FF5C57C

View File

@ -53,7 +53,6 @@ cd %~dp0
IF "%PREMAKE_NO_GLOBAL%" EQU "" (
where /Q "premake5.exe"
IF NOT ERRORLEVEL 1 (
echo success
set PREMAKE_BIN="premake5.exe"
goto runpremake
)