From 251b075942115ce075ab6ff66dd21d8a620013bb Mon Sep 17 00:00:00 2001 From: litagin02 Date: Sat, 16 Mar 2024 18:27:28 +0900 Subject: [PATCH] Remove debug pause --- scripts/Setup-Python.bat | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/Setup-Python.bat b/scripts/Setup-Python.bat index 97fc33917..27ca69ec3 100644 --- a/scripts/Setup-Python.bat +++ b/scripts/Setup-Python.bat @@ -113,5 +113,3 @@ if !errorlevel! neq 0 ( pause & exit /b !errorlevel! ) echo -------------------------------------------------- echo Completed. echo -------------------------------------------------- - -pause