Skip to content

Commit

Permalink
Remove debug echo statement and some blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
gedeschaines committed Dec 17, 2023
1 parent 20dddb0 commit 96f38b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions util/png2gif.bat
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,5 @@ echo "Creating animated gif file: img_anim.gif @ 0.0!DELAY! sec/image"
magick -size 800x600 -dispose None -delay !DELAY! !GIF_LIST! -loop 2 img_anim.gif

:exit0

EndLocal

exit /b 0
3 changes: 0 additions & 3 deletions util/png2mp4.bat
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ for /F "tokens=*" %%f in ( 'dir /B *.png' ) do (
set /a njpg=!njpg! + 1
)
)
echo "!njpg!"

rem Check if PNG to JPEG conversion can be skipped.
rem NOTE: Assumes each JPEG file was previously converted
Expand Down Expand Up @@ -94,7 +93,5 @@ if exist !FFMPEG_EXE! (
echo "Could not find ffmpeg to create ./img_anim.mp4 file."

:exit0

EndLocal

exit /b 0

0 comments on commit 96f38b5

Please sign in to comment.