Skip to content

Commit

Permalink
Remove print from .bat
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Feb 17, 2024
1 parent 65101d4 commit ecb6f1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/microxrceddsgen.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ goto getarg
:: Check java binary.
set java_exec=java

java -version > NUL 2>&1

if not %ERRORLEVEL%==0 (
if not "%JAVA_HOME%"=="" (
set java_exec="%JAVA_HOME%\bin\java"
Expand Down

0 comments on commit ecb6f1e

Please sign in to comment.