Skip to content

Commit d373657

Browse files
committed
remove duplicate loggin entry for failed to install JRE
1 parent cf3e513 commit d373657

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/java/supply/supply.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ func Run(s *Supplier) error {
5252

5353
// Install JRE
5454
if err := s.installJRE(); err != nil {
55-
s.Log.Error("Failed to install JRE: %s", err.Error())
5655
return err
5756
}
5857

0 commit comments

Comments
 (0)