Skip to content

Commit

Permalink
less logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgesl committed Sep 20, 2024
1 parent 25f4c14 commit 44b0a57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jmmc-tools/bin/run_jmmc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ echo "JAVA_TUNING: '%JAVA_TUNING%'"

SET CMD=java %JAVA_TUNING% %JAVA_OPTS% -cp %DIR%\jmmc-tools-TRUNK-jar-with-dependencies.jar %CLASS%

echo "CMD: %CMD%"
echo "ARGS: %*"
REM echo "CMD: %CMD%"
REM echo "ARGS: %*"

echo "------------------------------------------------------------------------------"
%CMD% %*
Expand Down
4 changes: 2 additions & 2 deletions jmmc-tools/run_jmmc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ echo "JAVA_TUNING: '%JAVA_TUNING%'"

SET CMD=java %JAVA_TUNING% %JAVA_OPTS% -cp %DIR%\jmmc-tools-TRUNK-jar-with-dependencies.jar %CLASS%

echo "CMD: %CMD%"
echo "ARGS: %*"
REM echo "CMD: %CMD%"
REM echo "ARGS: %*"

echo "------------------------------------------------------------------------------"
%CMD% %*
Expand Down

0 comments on commit 44b0a57

Please sign in to comment.