removed debug echo

This commit is contained in:
Flowseal 2024-10-18 19:20:59 +03:00
parent 1a089e4282
commit c3ec1f731b

View File

@ -61,7 +61,6 @@ for /f "tokens=*" %%a in ('type "!selectedFile!"') do (
set "arg=%%i" set "arg=%%i"
if not "!arg!"=="^" ( if not "!arg!"=="^" (
echo arg: !arg!
if "!arg:~0,2!" EQU "--" if not !mergeargs!==0 ( if "!arg:~0,2!" EQU "--" if not !mergeargs!==0 (
set "mergeargs=0" set "mergeargs=0"
) )