Remove debug pause

This commit is contained in:
AlexVeeBee
2023-12-07 22:37:29 +00:00
parent e3a4e1e16a
commit 9e85ee1535

View File

@@ -238,9 +238,6 @@ REM Start XTTS
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% XTTS launched in a new window.
start cmd /k "title XTTSv2 API Server && cd /d %~dp0xtts && python -m xtts_api_server"
echo Debug Pause
pause
goto :home
@REM end of start_st_extras