Skip to content

Commit

Permalink
chore: Change information about finding java home to debug (#5402)
Browse files Browse the repository at this point in the history
Otherwise this gets printed many times and is not very useful.
  • Loading branch information
tgodzik authored Jul 4, 2023
1 parent 818e8e3 commit 16a6c6d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ object JdkSources {
)
None
case Success(value) =>
logger.info(s"Found java home path $value")
Some(value)
}
}
Expand Down

0 comments on commit 16a6c6d

Please sign in to comment.