Skip to content

Commit

Permalink
Close #273: clean up unneeded debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydahanne committed Jun 13, 2023
1 parent 1ecb10b commit fc9ec81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boot/native_image.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ func (n NativeImageClasspath) Contribute(layer libcnb.Layer) (libcnb.Layer, erro
if exists, err := sherpa.Exists(nativeImageArgFile); err != nil {
return libcnb.Layer{}, fmt.Errorf("unable to check for native-image arguments file at %s\n%w", nativeImageArgFile, err)
} else if exists {
lc.Logger.Bodyf(fmt.Sprintf("native args file %s", nativeImageArgFile))
layer.BuildEnvironment.Default("BP_NATIVE_IMAGE_BUILD_ARGUMENTS_FILE", nativeImageArgFile)
}

Expand Down

0 comments on commit fc9ec81

Please sign in to comment.