1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

remove debug info

This commit is contained in:
Mario Pietsch 2014-09-11 11:08:48 +02:00
parent 05dfddeb04
commit ed4597f12d

View File

@ -11,7 +11,6 @@ if "%1" == "--help" (
if "%1" == "help" (
call :help
) else (
echo %1 %2 %3 %4 %5
call :main %1 %2 %3 %4 %5
)
exit 0