We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3e513 commit d373657Copy full SHA for d373657
1 file changed
src/java/supply/supply.go
@@ -52,7 +52,6 @@ func Run(s *Supplier) error {
52
53
// Install JRE
54
if err := s.installJRE(); err != nil {
55
- s.Log.Error("Failed to install JRE: %s", err.Error())
56
return err
57
}
58
0 commit comments