Remove debug pause

This commit is contained in:
litagin02
2024-03-16 18:25:33 +09:00
parent 76be727b2e
commit 94e29d1337
7 changed files with 437 additions and 4 deletions

View File

@@ -31,7 +31,6 @@ echo --------------------------------------------------
echo Checking Git Installation...
echo --------------------------------------------------
echo Executing: git --version
pause
git --version
if !errorlevel! neq 0 (
echo --------------------------------------------------