Remove debug echo

This commit is contained in:
Eugene Yokota 2019-10-16 13:18:58 -04:00
parent 689fdd682a
commit 9471fab91b
1 changed files with 0 additions and 1 deletions

View File

@ -396,7 +396,6 @@ if "%g:~0,2%" == "-D" (
) else (
call :dlog [args_loop] -D argument %~0
set "SBT_ARGS=!SBT_ARGS! %~0"
echo found !SBT_ARGS!
goto args_loop
)
)